Home | History | Annotate | Download | only in src

Lines Matching defs:getc

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