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

  /src/games/snake/snscore/
snscore.c 73 int noplayers; local in function:main
91 noplayers = 0;
96 if (noplayers >= MAXPLAYERS) {
100 players[noplayers].uids = uid;
101 players[noplayers].scores = score;
106 players[noplayers].name = strdup(q);
107 if (players[noplayers].name == NULL)
109 noplayers++;
116 for (i = 0; i < noplayers - 1; i++)
126 for (i = 0; i < noplayers; i++)
    [all...]

Completed in 12 milliseconds