Searched refs:getc (Results 1 – 5 of 5) sorted by relevance
220 int _EXFUN(getc, (FILE *));485 #define getc(fp) __sgetc(fp) macro491 #define getchar() getc(stdin)
510 extern int getc (FILE *__stream);521 #define getc(_fp) _IO_getc (_fp) macro
222 * if we're using stdio for input, then we want to use getc()715 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
267 * if we're using stdio for input, then we want to use getc()804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
240 * if we're using stdio for input, then we want to use getc()