Home | Sort by: relevance | last modified time | path |
/src/games/tetris/ | |
input.h | 38 int tgetchar(void); |
input.c | 138 tgetchar(void) function in typeref:typename:int 147 * tgetchar() will not wait as long. If there is no input, |
tetris.c | 228 c = tgetchar(); |
/src/sys/arch/luna68k/stand/boot/ | |
prf.c | 54 tgetchar(void) function in typeref:typename:int |
awaitkey.c | 51 * Requires tgetchar(), which returns 0 if there is no input. 68 c = tgetchar(); |
samachdep.h | 149 int tgetchar(void); |
/src/sys/arch/hp300/stand/common/ | |
prf.c | 54 tgetchar(void) function in typeref:typename:int |
tgets.c | 53 c = tgetchar() & 0177; |
samachdep.h | 93 int tgetchar(void); |
/src/sys/arch/hppa/stand/boot/ | |
tgets.c | 49 c = tgetchar() & 0177; |
/src/sys/arch/hppa/stand/common/ | |
libsa.h | 51 int tgetchar(void); |
dev_hppa.c | 239 tgetchar(void) function in typeref:typename:int |