Searched defs:ungetc (Results 1 – 7 of 7) sorted by relevance
79 ungetc(int c, FILE *fp) in ungetc() function
1312 sub ungetc subroutine
98 # define ungetc(c,f) _CANNOT _ungetc_ macro
85 #define ungetc(c,f) PerlIO_ungetc(f,c) macro
226 #define ungetc(c,f) win32_ungetc(c,f) macro
915 WRAPPER2(int, ungetc, int c, FILE *stream) in WRAPPER2() argument
414 /* Perl uses ungetc only with successful return */ macro