Lines Matching defs:getc
187 * if we're using stdio for input, then we want to use getc()1029 #undef getc1030 #define getc(s) getc_unlocked (s)1152 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \