Home
last modified time | relevance | path

Searched refs:PerlSIO_ungetc (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A DXSUB.h544 # define ungetc PerlSIO_ungetc
H A Diperlsys.h235 # define PerlSIO_ungetc(c,f) \ macro
323 # define PerlSIO_ungetc(c,f) ((c) == EOF ? EOF : \ macro
328 # define PerlSIO_ungetc(c,f) ungetc(c,f)
H A Dperlio.c4100 if (PerlSIO_ungetc(c, stdio) != c) in PerlIOStdio_fill()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5007001175 PerlSIO_ungetc # Z added by devel/scanprov