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

/macosx-10.10/bc-21/bc/dc/
H A Deval.c51 * fret about stdin_lookahead's value
76 static int stdin_lookahead=EOF; variable
240 if (stdin_lookahead != EOF){
241 ungetc(stdin_lookahead, stdin);
242 stdin_lookahead = EOF;
623 stdin_lookahead = EOF;
627 * The following if() is the only place where ``stdin_lookahead''
631 stdin_lookahead = peekc;
636 if (stdin_lookahead != peekc && fp == stdin)
648 if (stdin_lookahead !
[all...]

Completed in 176 milliseconds