Home
last modified time | relevance | path

Searched refs:PerlIO_ungetc (Results 1 – 25 of 61) sorted by relevance

123

/dports/lang/perl5.34/perl-5.34.0/
H A Dperlio.sym27 PerlIO_ungetc
H A Dperlio.h203 #ifndef PerlIO_ungetc
204 PERL_CALLCONV int PerlIO_ungetc(PerlIO *, int);
H A Dfakesdio.h85 #define ungetc(c,f) PerlIO_ungetc(f,c)
/dports/lang/perl5.30/perl-5.30.3/
H A Dperlio.sym27 PerlIO_ungetc
H A Dperlio.h210 #ifndef PerlIO_ungetc
211 PERL_CALLCONV int PerlIO_ungetc(PerlIO *, int);
H A Dfakesdio.h85 #define ungetc(c,f) PerlIO_ungetc(f,c)
/dports/lang/perl5.32/perl-5.32.1/
H A Dperlio.sym27 PerlIO_ungetc
H A Dperlio.h210 #ifndef PerlIO_ungetc
211 PERL_CALLCONV int PerlIO_ungetc(PerlIO *, int);
H A Dfakesdio.h85 #define ungetc(c,f) PerlIO_ungetc(f,c)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperlio.sym27 PerlIO_ungetc
H A Dperlio.h203 #ifndef PerlIO_ungetc
204 PERL_CALLCONV int PerlIO_ungetc(PerlIO *, int);
H A Dfakesdio.h85 #define ungetc(c,f) PerlIO_ungetc(f,c)
/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A Dnwstdio.h40 #define PerlIO_ungetc(f,c) (*PL_StdIO->pUngetc)(PL_StdIO, (c),(f)) macro
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A Dnwstdio.h40 #define PerlIO_ungetc(f,c) (*PL_StdIO->pUngetc)(PL_StdIO, (c),(f)) macro
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A Dnwstdio.h40 #define PerlIO_ungetc(f,c) (*PL_StdIO->pUngetc)(PL_StdIO, (c),(f)) macro
/dports/lang/perl5.32/perl-5.32.1/dist/IO/
H A DIO.xs362 RETVAL = PerlIO_ungetc(handle, (int)v);
/dports/lang/perl5.30/perl-5.30.3/dist/IO/
H A DIO.xs382 RETVAL = PerlIO_ungetc(handle, (int)v);
/dports/lang/perl5.34/perl-5.34.0/dist/IO/
H A DIO.xs362 RETVAL = PerlIO_ungetc(handle, (int)v);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/IO/
H A DIO.xs362 RETVAL = PerlIO_ungetc(handle, (int)v);
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperlapio.pod33 int PerlIO_ungetc(PerlIO *f,int ch);
93 =for apidoc ATmh|int |PerlIO_ungetc|PerlIO *f|int ch
227 =item B<PerlIO_ungetc(f,c)>
H A Dperlclib.pod71 ungetc(n, stream) PerlIO_ungetc(perlio, n)
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperlapio.pod33 int PerlIO_ungetc(PerlIO *f,int ch);
95 =for apidoc ATmh|int |PerlIO_ungetc|PerlIO *f|int ch
229 =item B<PerlIO_ungetc(f,c)>
H A Dperlclib.pod71 ungetc(n, stream) PerlIO_ungetc(perlio, n)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlapio.pod33 int PerlIO_ungetc(PerlIO *f,int ch);
95 =for apidoc ATmh|int |PerlIO_ungetc|PerlIO *f|int ch
229 =item B<PerlIO_ungetc(f,c)>
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperlapio.pod33 int PerlIO_ungetc(PerlIO *f,int ch);
181 =item B<PerlIO_ungetc(f,c)>

123