Searched refs:PerlIO_has_cntptr (Results 1 – 9 of 9) sorted by relevance
61 #define PerlIO_has_cntptr(f) 1 macro94 #define PerlIO_has_cntptr(f) 0 macro
96 #define PerlIO_has_cntptr(f) 1 macro129 #define PerlIO_has_cntptr(f) 0 macro
12 PerlIO_has_cntptr
309 #ifndef PerlIO_has_cntptr310 PERL_EXPORT_C int PerlIO_has_cntptr(PerlIO *);
63 #define PerlIO_has_cntptr(f) 1 macro
1090 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()
1742 PerlIO_has_cntptr(PerlIO *f) function3093 if (PerlIO_has_cntptr(f)) {3314 if (PerlIO_has_cntptr(f)) {
47 int PerlIO_has_cntptr(PerlIO *f);391 PerlIO_fast_gets(f) = PerlIO_has_cntptr(f) && \396 =item B<PerlIO_has_cntptr(f)>
5603 B<PerlIO_fast_gets(f)>, B<PerlIO_has_cntptr(f)>, B<PerlIO_get_cnt(f)>,