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

  /src/games/boggle/boggle/
extern.h 46 int inputch(void);
help.c 89 if ((inputch() & 0177) != ' ')
99 inputch();
bog.c 235 while (inputch() != ' ');
249 ch = inputch();
mach.c 218 while ((ch = inputch()) != '\021' && ch != '\023')
265 inputch(void) function in typeref:typename:int

Completed in 13 milliseconds