Searched refs:PerlIO_ungetc (Results 1 – 13 of 13) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perlsdio.h | 44 # 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 D | perlio.h | 246 #ifndef PerlIO_ungetc 247 extern int PerlIO_ungetc(PerlIO *, int);
|
H A D | perlsfio.h | 44 #define PerlIO_ungetc(f,c) sfungetc(f,c) macro
|
H A D | fakesdio.h | 86 #define ungetc(c,f) PerlIO_ungetc(f,c)
|
H A D | perl.c | 3783 PerlIO_ungetc(PL_rsfp, '\n'); /* to keep line count right */ 3801 PerlIO_ungetc(PL_rsfp, '\n');
|
H A D | perlio.c | 4754 #undef PerlIO_ungetc 4756 PerlIO_ungetc(PerlIO *f, int ch) function
|
H A D | doio.c | 1064 (void)PerlIO_ungetc(IoIFP(io),ch); in Perl_do_eof()
|
H A D | sv.c | 6230 PerlIO_ungetc(fp,i); in Perl_sv_gets() 6457 PerlIO_ungetc(fp,i); in Perl_sv_gets()
|
H A D | pp_sys.c | 3339 (void)PerlIO_ungetc(IoIFP(io),i); in PP()
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
H A D | IO.xs | 287 RETVAL = PerlIO_ungetc(handle, c);
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | perlclib.pod | 70 ungetc(n, stream) PerlIO_ungetc(perlio, n)
|
H A D | perlapio.pod | 32 int PerlIO_ungetc(PerlIO *f,int ch); 185 =item B<PerlIO_ungetc(f,c)>
|
H A D | perltoc.pod | 4914 B<PerlIO_putc(f,c)>, B<PerlIO_ungetc(f,c)>, B<PerlIO_getc(f)>,
|