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

  /src/games/warp/
move.c 74 OBJECT *thenext; local in function:move_universe
87 for (curobj = movers; curobj != &root; curobj = thenext) {
88 thenext = curobj->next;

Completed in 225 milliseconds