Searched defs:PerlIO_ungetc (Results 1 – 3 of 3) sorted by relevance
44 # define PerlIO_ungetc(f,c) ((c) == EOF ? EOF : \ macro49 # define PerlIO_ungetc(f,c) ungetc(c,f) macro62 # define PerlIO_ungetc(f,c) PerlSIO_ungetc(c,f) macro
44 #define PerlIO_ungetc(f,c) sfungetc(f,c) macro
4756 PerlIO_ungetc(PerlIO *f, int ch) function