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

  /src/games/adventure/
io.c 72 int first, numch, c; local in function:getin
77 for (s = wd1buf, first = 1, numch = 0;;) {
91 first = numch = 0;
103 if (++numch >= MAXSTR) { /* string too long */

Completed in 23 milliseconds