Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dpp_hot.c1642 PL_last_in_gv = MUTABLE_GV(*PL_stack_sp); in PP()
1646 if (SvREFCNT(PL_last_in_gv) < 2) in PP()
1647 sv_2mortal((SV*)PL_last_in_gv); in PP()
1652 PL_last_in_gv = PL_argvgv; in PP()
1658 if (!isGV_with_GP(PL_last_in_gv)) { in PP()
1659 if (SvROK(PL_last_in_gv) && isGV_with_GP(SvRV(PL_last_in_gv))) in PP()
1660 PL_last_in_gv = MUTABLE_GV(SvRV(PL_last_in_gv)); in PP()
1662 rpp_xpush_1(MUTABLE_SV(PL_last_in_gv)); in PP()
1667 || isGV_with_GP(PL_last_in_gv)); in PP()
4064 IO * const io = GvIO(PL_last_in_gv); in Perl_do_readline()
[all …]
H A Dmg.c1058 if (PL_last_in_gv && (SV*)PL_last_in_gv != &PL_sv_undef) { in Perl_magic_get()
1059 assert(isGV_with_GP(PL_last_in_gv)); in Perl_magic_get()
1060 sv_setrv_inc(sv, MUTABLE_SV(PL_last_in_gv)); in Perl_magic_get()
1172 if (GvIO(PL_last_in_gv)) { in Perl_magic_get()
1173 sv_setiv(sv, (IV)IoLINES(GvIOp(PL_last_in_gv))); in Perl_magic_get()
3206 SAVESPTR(PL_last_in_gv); in Perl_magic_set()
3208 else if (SvOK(sv) && GvIO(PL_last_in_gv)) in Perl_magic_set()
3209 IoLINES(GvIOp(PL_last_in_gv)) = SvIV(sv); in Perl_magic_set()
H A Dpp_sys.c511 SAVESPTR(PL_last_in_gv); /* We don't want this to be permanent. */ in PP()
512 PL_last_in_gv = gv; in PP()
534 PL_last_in_gv = cGVOP_gv; in PP()
2360 gv = PL_last_in_gv = MUTABLE_GV(POPs); /* eof(FH) */
2367 gv = PL_last_in_gv = GvEGVx(PL_argvgv); /* eof() - ARGV magic */
2371 gv = PL_last_in_gv; /* eof */
2415 PL_last_in_gv = MUTABLE_GV(POPs);
2418 gv = PL_last_in_gv;
2455 GV * const gv = PL_last_in_gv = MUTABLE_GV(POPs);
H A Dembedvar.h154 # define PL_last_in_gv (vTHX->Ilast_in_gv) macro
H A Dutil.c1640 if (GvIO(PL_last_in_gv) && (SvTYPE(GvIOp(PL_last_in_gv)) == SVt_PVIO) in Perl_mess_sv()
1641 && IoLINES(GvIOp(PL_last_in_gv))) in Perl_mess_sv()
1647 SVfARG(PL_last_in_gv == PL_argvgv in Perl_mess_sv()
1649 : newSVhek_mortal(GvNAME_HEK(PL_last_in_gv))), in Perl_mess_sv()
1651 (IV)IoLINES(GvIOp(PL_last_in_gv))); in Perl_mess_sv()
H A Dpp_ctl.c1337 if (GvIO(PL_last_in_gv)) {
1338 flip = SvIV(sv) == (IV)IoLINES(GvIOp(PL_last_in_gv));
1456 if (GvIO(PL_last_in_gv)) {
1457 flop = SvIV(sv) == (IV)IoLINES(GvIOp(PL_last_in_gv));
H A Dsv.c6928 if ((const GV *)sv == PL_last_in_gv)
6929 PL_last_in_gv = NULL;
10937 if ((const GV *)sv == PL_last_in_gv)
10938 PL_last_in_gv = NULL;
16315 PL_last_in_gv = gv_dup(proto_perl->Ilast_in_gv, param);
H A Ddoio.c3485 (void)do_open6(PL_last_in_gv, SvPVX_const(tmpcmd), SvCUR(tmpcmd),
H A Dgv.c4351 if (gv == PL_statgv || gv == PL_last_in_gv || gv == PL_stderrgv) in Perl_gv_try_downgrade()
H A Dperl.c1074 PL_last_in_gv = NULL; in perl_destruct()
/openbsd/gnu/usr.bin/perl/dist/Carp/t/
H A DCarp.t464 <FH>; # set PL_last_in_gv
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000453 PL_last_in_gv # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc711 mnd|GV*|PL_last_in_gv