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

  /src/games/adventure/
io.c 194 static char breakch; /* tell which char ended rnum */ variable in typeref:typename:char
266 if (breakch != LF) /* routines return after "-1" */
282 breakch = *s; /* save char for rtrav() */
395 while (breakch != LF) { /* only do one line at a time */
468 if (breakch == TAB) /* there's another entry */
499 if (breakch == LF)

Completed in 13 milliseconds