HomeSort by relevance Sort by last modified time
    Searched defs:readc (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/line/
line.c 43 static char readc(void);
60 while ((c = readc()) != nl) {
77 readc(void) function
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.lex.c 42 int readc(bool);
49 * Peekc is a peek characer for getC, peekread for readc.
59 * readc, unless this peeking is involved. That is to say that during
101 c = readc(0);
361 c = readc(0);
1156 readc(bool wanteof) function
  /onnv/onnv-gate/usr/src/cmd/dc/
dc.c 109 if (((c = readc()) >= '0' && c <= '9') ||
429 if ((c = readc()) == ']') {
562 c = readc() & 0377;
587 c = readc() & 0377;
611 c = readc() & 0377;
651 n = readc() & 0377;
700 n = readc() & 0377;
737 if ((c = readc()) != '\n')
748 while ((c = readc()) == '!')
752 while ((c = readc()) != '\n')
1434 readc(void) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bfs/
bfs.c 140 static int readc(int f, char *c);
1147 for (l = line; readc(infildes, l); l++) {
1245 (!readc(infildes, &charbuf))) {
1258 readc(int f, char *c) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
ipqosconf.c 4926 int readc; local
    [all...]

Completed in 3189 milliseconds