Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
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.c160 c = readc(0); in lex()
479 c = readc(1); in getC1()
1358 readc(int wanteof) in readc() function
H A Dsh.decls.h246 extern eChar readc (int);
H A Dsh.dol.c1042 c = readc(1); /* 1 -> Want EOF returns */ in heredoc()