Searched refs:inputch (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dextern.h46 int inputch(void);
H A Dhelp.c89 if ((inputch() & 0177) != ' ')
99 inputch();
H A Dbog.c234 while (inputch() != ' ');
248 ch = inputch();
H A Dmach.c218 while ((ch = inputch()) != '\021' && ch != '\023')
265 inputch(void) function

Completed in 159 milliseconds