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

  /src/games/hack/
hack.tty.c 300 while ((c = readchar()) != '\n') {
324 while ((foo = readchar()) >= '0' && foo <= '9')
350 readchar(void) function in typeref:typename:char
  /src/usr.bin/dc/
bcode.h 68 int (*readchar)(struct source *); member in struct:vtable
  /src/games/cribbage/
io.c 65 static int readchar(void);
314 c = readchar();
480 while ((c = readchar()) != '\n')
483 while (readchar() != ch)
488 * readchar:
492 readchar(void) function in typeref:typename:int
531 for (pos = 0; (c = readchar()) != '\n'; clrtoeol(), refresh()) {

Completed in 12 milliseconds