Lines Matching defs:eof
95 #define Cget ( (c=getc(infile)) == EOF ? eof() : ((c==ldelim)&&(filesp==files) ? skeqn() : c) )
96 #define C1get ( (c=getc(infile)) == EOF ? eof() : c)
209 static int eof(void);
371 if (c == EOF)
372 c = eof();
375 if (c == EOF ||
376 (c == '\\' && (c = getc(infile)) == EOF))
377 c = eof();
398 eof(void)