Home
last modified time | relevance | path

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

/openbsd-src/games/backgammon/common_source/
H A 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()
H A Dback.h161 int readc(void);
H A Dsave.c67 while ((i = readc()) != '\n') { in save()
H A Dtable.c88 c = readc(); in checkmove()
/openbsd-src/games/backgammon/teachgammon/
H A Dttext2.c137 if ((b = readc()) == '?') { in text()
157 b = readc(); in text()
/openbsd-src/games/backgammon/backgammon/
H A Dmain.c136 c = readc(); in main()
269 c = readc(); in main()
H A Dtext.c109 while ((i = readc()) != ' ' && i != '\n'); in text()
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddbg_hif.h47 Hif_ReadC *readc; member
H A Dhsys.c280 character = stateptr->hostif->readc(stateptr->hostif->hostosarg); in HandleSysMessage()
/openbsd-src/bin/csh/
H A 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()
H A Dextern.h177 int readc(bool);
H A Dlex.c143 c = readc(0); in lex()
384 c = readc(0); in getC1()
1263 readc(bool wanteof) in readc() function
H A Ddol.c842 c = readc(1); /* 1 -> Want EOF returns */ in heredoc()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-rdi.c232 gdb_hostif.readc = myreadc; in arm_rdi_open()