Home
last modified time | relevance | path

Searched refs:PerlIO_ungetc (Results 1 – 13 of 13) 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 Dperlio.h246 #ifndef PerlIO_ungetc
247 extern int PerlIO_ungetc(PerlIO *, int);
H A Dperlsfio.h44 #define PerlIO_ungetc(f,c) sfungetc(f,c) macro
H A Dfakesdio.h86 #define ungetc(c,f) PerlIO_ungetc(f,c)
H A Dperl.c3783 PerlIO_ungetc(PL_rsfp, '\n'); /* to keep line count right */
3801 PerlIO_ungetc(PL_rsfp, '\n');
H A Dperlio.c4754 #undef PerlIO_ungetc
4756 PerlIO_ungetc(PerlIO *f, int ch) function
H A Ddoio.c1064 (void)PerlIO_ungetc(IoIFP(io),ch); in Perl_do_eof()
H A Dsv.c6230 PerlIO_ungetc(fp,i); in Perl_sv_gets()
6457 PerlIO_ungetc(fp,i); in Perl_sv_gets()
H A Dpp_sys.c3339 (void)PerlIO_ungetc(IoIFP(io),i); in PP()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs287 RETVAL = PerlIO_ungetc(handle, c);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlclib.pod70 ungetc(n, stream) PerlIO_ungetc(perlio, n)
H A Dperlapio.pod32 int PerlIO_ungetc(PerlIO *f,int ch);
185 =item B<PerlIO_ungetc(f,c)>
H A Dperltoc.pod4914 B<PerlIO_putc(f,c)>, B<PerlIO_ungetc(f,c)>, B<PerlIO_getc(f)>,