Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperlio.c2644 PerlIO * const nexto = PerlIONext(o); in PerlIOBase_dup() local
2645 if (PerlIOValid(nexto)) { in PerlIOBase_dup()
2646 const PerlIO_funcs * const tab = PerlIOBase(nexto)->tab; in PerlIOBase_dup()
2648 f = (*tab->Dup)(aTHX_ f, nexto, param, flags); in PerlIOBase_dup()
2650 f = PerlIOBase_dup(aTHX_ f, nexto, param, flags); in PerlIOBase_dup()