Home
last modified time | relevance | path

Searched refs:readc (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/games/backgammon/common_source/
Dsubs.c52 readc(void) in readc() function
146 while ((c = readc()) != 'Y' && c != 'N') { in yorn()
293 c = readc(); in roll()
296 c = readc(); in roll()
299 c = readc(); in roll()
301 c = readc(); in roll()
Dback.h161 int readc(void);
Dsave.c67 while ((i = readc()) != '\n') { in save()
Dtable.c88 c = readc(); in checkmove()
/openbsd/src/games/backgammon/teachgammon/
Dttext2.c137 if ((b = readc()) == '?') { in text()
157 b = readc(); in text()
/openbsd/src/games/backgammon/backgammon/
Dmain.c136 c = readc(); in main()
269 c = readc(); in main()
Dtext.c109 while ((i = readc()) != ' ' && i != '\n'); in text()
/openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/
Ddbg_hif.h47 Hif_ReadC *readc; member
Dhsys.c280 character = stateptr->hostif->readc(stateptr->hostif->hostosarg); in HandleSysMessage()
/openbsd/src/bin/csh/
Dfunc.c666 c = readc(1); in getword()
670 c = readc(1); in getword()
673 c = readc(1); in getword()
685 c = readc(1); in getword()
686 if (c == '\\' && (c = readc(1)) == '\n') in getword()
Dextern.h177 int readc(bool);
Dlex.c143 c = readc(0); in lex()
384 c = readc(0); in getC1()
1263 readc(bool wanteof) in readc() function
Ddol.c842 c = readc(1); /* 1 -> Want EOF returns */ in heredoc()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-rdi.c232 gdb_hostif.readc = myreadc; in arm_rdi_open()