Searched defs:PerlIOBase_pushed (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c1956 PerlIOBase_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab) function
2009 PerlIO_debug("PerlIOBase_pushed f=%p %s %s fl=%08" UVxf " (%s)\n",
2366 IV code = PerlIOBase_pushed(aTHX_ f, mode, arg, tab);
2653 return PerlIOBase_pushed(aTHX_ f, mode, arg, tab);
3400 return PerlIOBase_pushed(aTHX_ f, mode, arg, tab);
3946 IV code = PerlIOBase_pushed(aTHX_ f, mode, arg, tab);

Completed in 28 milliseconds