HomeSort by: relevance | last modified time | path
    Searched refs:readc (Results 1 - 11 of 11) sorted by relevancy

  /src/share/man/tools/
line.c 22 while ((c = readc()) != nl)
36 readc() function
  /src/games/backgammon/backgammon/
text.c 127 while ((i = readc()) != ' ' && i != '\n');
main.c 170 c = readc();
197 pbuf[i] = readc();
202 while (readc() != '\n');
351 c = readc();
  /src/games/backgammon/teachgammon/
ttext2.c 149 if ((b = readc()) == '?') {
  /src/games/backgammon/common_source/
subs.c 83 readc(void) function in typeref:typename:int
93 errexit("readc");
246 while ((c = readc()) != 'Y' && c != 'N') {
454 c = readc();
457 c = readc();
461 c = readc();
463 c = readc();
back.h 172 int readc(void);
save.c 79 while ((*fs = readc()) != '\n') {
table.c 104 c = readc();
  /src/bin/csh/
func.c 708 c = readc(1);
715 c = readc(1);
718 c = readc(1);
730 c = readc(1);
731 if (c == '\\' && (c = readc(1)) == '\n')
extern.h 198 int readc(int);
lex.c 76 * Peekc is a peek character for getC, peekread for readc.
86 * readc, unless this peeking is involved. That is to say that during
148 c = readc(0);
419 c = readc(0);
1300 readc(int wanteof) function in typeref:typename:int

Completed in 16 milliseconds