Home
last modified time | relevance | path

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

/onnv-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.c4756 PerlIO_ungetc(PerlIO *f, int ch) function