Home
last modified time | relevance | path

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

/dragonfly/games/backgammon/common_source/
H A Dsubs.c75 readc(void) in readc() function
237 while ((c = readc()) != 'Y' && c != 'N') { in yorn()
445 c = readc(); in roll()
448 c = readc(); in roll()
452 c = readc(); in roll()
454 c = readc(); in roll()
H A Dback.h167 int readc(void);
H A Dsave.c71 while ((*fs = readc()) != '\n') { in save()
H A Dtable.c96 c = readc(); in checkmove()
/dragonfly/games/backgammon/backgammon/
H A Dmain.c157 c = readc(); in main()
184 pbuf[i] = readc(); in main()
189 while (readc() != '\n'); in main()
338 c = readc(); in main()
H A Dtext.c118 while ((i = readc()) != ' ' && i != '\n'); in wrtext()
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c907 c = readc(1); in histgetword()
914 c = readc(1); in histgetword()
917 c = readc(1); in histgetword()
927 c = readc(1); in histgetword()
929 if ((c = readc(1)) == '\n') { in histgetword()
1011 c = readc(1); in getword()
1015 c = readc(1); in getword()
1018 c = readc(1); in getword()
1031 c = readc(1); in getword()
1032 if (c == '\\' && (c = readc(1)) == '\n') in getword()
H A Dsh.lex.c159 c = readc(0); in lex()
478 c = readc(1); in getC1()
1381 readc(int wanteof) in readc() function
H A Dsh.decls.h247 extern eChar readc (int);
H A Dsh.dol.c1082 c = readc(1); /* 1 -> Want EOF returns */ in heredoc()
/dragonfly/games/backgammon/teachgammon/
H A Dttext2.c141 if ((b = readc()) == '?') { in wrtext()