HomeSort by: relevance | last modified time | path
    Searched refs:quitchars (Results 1 - 6 of 6) sorted by relevancy

  /src/games/hack/
hack.Decl.c 110 const char quitchars[] = " \r\n\033"; variable in typeref:typename:const char[]
hack.do_wear.c 124 if (strchr(quitchars, (answer = readchar())))
287 if (strchr(quitchars, (answer = readchar())))
hack.pager.c 361 while (((c = readchar()) != 'l') && (c != 's') && !strchr(quitchars, c))
363 if (!strchr(quitchars, c))
hack.h 206 extern const char quitchars[];
hack.cmd.c 311 if (!strchr(quitchars, dirsym))
hack.invent.c 482 if (strchr(quitchars, ilet))
797 if (strchr(quitchars, c))

Completed in 13 milliseconds