Searched refs:readc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dsh.func.c907 c = readc(1);
914 c = readc(1);
917 c = readc(1);
927 c = readc(1);
929 if ((c = readc(1)) == '\n') {
1011 c = readc(1);
1015 c = readc(1);
1018 c = readc(1);
1031 c = readc(1);
1032 if (c == '\\' && (c = readc(
[all...]
H A Dsh.decls.h246 extern eChar readc (int);
H A Dsh.lex.c67 * Peekc is a peek character for getC, peekread for readc.
77 * readc, unless this peeking is involved. That is to say that during
160 c = readc(0);
479 c = readc(1);
482 * a line would have been processed by the readc(0) in lex().) */
1358 readc(int wanteof) function
1364 xprintf("readc\n");

Completed in 63 milliseconds