Searched defs:PerlIO_ungetc (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| 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
|
| D | perlsfio.h | 44 #define PerlIO_ungetc(f,c) sfungetc(f,c) macro
|
| D | perlio.c | 4851 PerlIO_ungetc(PerlIO *f, int ch) function
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | nwstdio.h | 40 #define PerlIO_ungetc(f,c) (*PL_StdIO->pUngetc)(PL_StdIO, (c),(f)) macro
|