Home
last modified time | relevance | path

Searched refs:readch (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/games/mille/
Dmisc.c79 while ((c = readch()) == '\n' || c == '\r' || c == ' ') in getcard()
105 while ((c1=readch()) != '\r' && c1 != '\n' && c1 != ' ') in getcard()
188 switch (c = readch()) { in getyn()
249 readch(void) in readch() function
Dsave.c80 while ((*sp = readch()) != '\n') { in save()
Dmove.c375 while ((c = readch()) == killchar() || c == erasechar()) in getmove()
454 while ((*sp = readch()) != '\n') { in getmove()
Dmille.h256 int readch(void);
/netbsd/src/games/hangman/
Dgetguess.c59 ch = readch(); in getguess()
94 readch(void) in readch() function
Dendgame.c67 if ((ch = readch()) == 'n') in endgame()
Dhangman.h93 int readch(void);
/netbsd/src/external/bsd/top/dist/
Ddisplay.c1984 char readch; in display_pager() local
2003 (void) read(0, &readch, 1); in display_pager()
2005 switch(readch) in display_pager()