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

  /src/games/adventure/
io.c 572 char *numst; local in function:pspeak
585 for (numst = s; (*s ^= *tape++) != TAB; s++); /* get number */
590 if (atoi(numst) != 100 * skip && skip >= 0) {
io.c 572 char *numst; local in function:pspeak
585 for (numst = s; (*s ^= *tape++) != TAB; s++); /* get number */
590 if (atoi(numst) != 100 * skip && skip >= 0) {

Completed in 60 milliseconds