Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_sys.c901 rstio = GvIOn(rgv);
905 wstio = GvIOn(wgv);
2609 IO * const io = GvIOn(gv);
2713 IO * const io = GvIOn(gv);
2748 IO * const io2 = GvIOn(gv2);
2750 IO * const io1 = GvIOn(gv1);
2793 IO * const io = GvIOn(gv);
2826 IO * const io = GvIOn(gv);
2860 nstio = GvIOn(ngv);
2908 IO * const io = GvIOn(gv);
[all …]
Dgv.h123 #define GvIOn(gv) (GvIO(gv) ? GvIOp(gv) : GvIOp(gv_IOadd(gv))) macro
Ddoio.c440 IO * const io = GvIOn(gv); in S_openn_setup()
2665 int fd = PerlIO_fileno(IoIFP(GvIOn(gv))); in Perl_apply()
2706 int fd = PerlIO_fileno(IoIFP(GvIOn(gv))); in Perl_apply()
2898 int fd = PerlIO_fileno(IoIFP(GvIOn(gv))); in Perl_apply()
Dgv.c562 (void)GvIOn(gv); in S_gv_init_svtype()
2134 IoFLAGS(GvIOn(gv)) |= IOf_ARGV|IOf_START; in S_gv_magicalize()
Dperlio.c760 IO * const io = GvIOn(MUTABLE_GV(SvRV(sv))); in perlio_mg_set()
773 IO * const io = GvIOn(MUTABLE_GV(SvRV(sv))); in perlio_mg_get()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5003007357 GvIOn # Z added by devel/scanprov