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

  /src/games/hangman/
getguess.c 59 ch = readch();
90 * readch;
94 readch(void) function in typeref:typename:int
  /src/games/mille/
misc.c 79 while ((c = readch()) == '\n' || c == '\r' || c == ' ')
105 while ((c1=readch()) != '\r' && c1 != '\n' && c1 != ' ')
188 switch (c = readch()) {
249 readch(void) function in typeref:typename:int
  /src/usr.bin/dc/
bcode.c 58 static __inline int readch(void);
279 readch(void) function in typeref:typename:int
782 idx = readch();
784 ch1 = readch();
785 ch2 = readch();
1423 switch (readch()) {
1503 if (readch() == 'e')
1611 ch = readch();
1628 if (readch() == 'e')
1637 switch (ch = readch()) {
    [all...]

Completed in 48 milliseconds