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

  /src/share/man/tools/
line.c 22 while ((c = readc()) != nl)
36 readc() function
  /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();
  /src/bin/csh/
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 13 milliseconds