Searched defs:PerlIO_ungetc (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlsdio.h44 # define PerlIO_ungetc(f,c) ((c) == EOF ? EOF : \ macro
49 # define PerlIO_ungetc(f,c) ungetc(c,f) macro
62 # define PerlIO_ungetc(f,c) PerlSIO_ungetc(c,f) macro
H A Dperlsfio.h44 #define PerlIO_ungetc(f,c) sfungetc(f,c) macro
H A Dperlio.c4754 #undef PerlIO_ungetc macro
4756 PerlIO_ungetc(PerlIO *f, int ch) function

Completed in 178 milliseconds