Home
last modified time | relevance | path

Searched refs:PerlIO_has_cntptr (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnwstdio.h61 #define PerlIO_has_cntptr(f) 1 macro
94 #define PerlIO_has_cntptr(f) 0 macro
/mirbsd/src/gnu/usr.bin/perl/
Dperlsdio.h96 #define PerlIO_has_cntptr(f) 1 macro
129 #define PerlIO_has_cntptr(f) 0 macro
Dperlio.sym12 PerlIO_has_cntptr
Dperlio.h309 #ifndef PerlIO_has_cntptr
310 PERL_EXPORT_C int PerlIO_has_cntptr(PerlIO *);
Dperlsfio.h63 #define PerlIO_has_cntptr(f) 1 macro
Ddoio.c1090 if (PerlIO_has_cntptr(IoIFP(io))) { /* (the code works without this) */ in Perl_do_eof()
1104 if (PerlIO_has_cntptr(IoIFP(io)) && PerlIO_canset_cnt(IoIFP(io))) { in Perl_do_eof()
Dperlio.c1742 PerlIO_has_cntptr(PerlIO *f) function
3093 if (PerlIO_has_cntptr(f)) {
3314 if (PerlIO_has_cntptr(f)) {
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapio.pod47 int PerlIO_has_cntptr(PerlIO *f);
391 PerlIO_fast_gets(f) = PerlIO_has_cntptr(f) && \
396 =item B<PerlIO_has_cntptr(f)>
Dperltoc.pod5603 B<PerlIO_fast_gets(f)>, B<PerlIO_has_cntptr(f)>, B<PerlIO_get_cnt(f)>,