HomeSort by: relevance | last modified time | path
    Searched defs:nextip (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hunt/huntd/
driver.c 1019 IDENT *ip, *nextip; local in function:clear_scores
1021 for (ip = Scores; ip != NULL; ip = nextip) {
1022 nextip = ip->i_next;
driver.c 1019 IDENT *ip, *nextip; local in function:clear_scores
1021 for (ip = Scores; ip != NULL; ip = nextip) {
1022 nextip = ip->i_next;

Completed in 24 milliseconds