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

  /src/games/hack/
makedefs.c 83 static char nextchar(void);
160 nextchar() function in typeref:typename:char
176 while (*s != nextchar())
221 ch = nextchar();
228 ch = nextchar();
232 ch = nextchar();
245 if ((ch = nextchar()) == '*')
268 if ((ch = nextchar()) == '#') {
273 ch = nextchar();
290 if ((ch = nextchar()) == '\\'
    [all...]
makedefs.c 83 static char nextchar(void);
160 nextchar() function in typeref:typename:char
176 while (*s != nextchar())
221 ch = nextchar();
228 ch = nextchar();
232 ch = nextchar();
245 if ((ch = nextchar()) == '*')
268 if ((ch = nextchar()) == '#') {
273 ch = nextchar();
290 if ((ch = nextchar()) == '\\'
    [all...]

Completed in 21 milliseconds