Searched refs:POPs (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h83 #define GETTARGETSTACKED targ = (PL_op->op_flags & OPf_STACKED ? POPs : PAD_SV(PL_op->op_targ))
102 =for apidoc Amn|SV*|POPs
134 #define POPs (*sp--) macro
135 #define POPp (SvPVx(POPs, PL_na)) /* deprecated */
136 #define POPpx (SvPVx(POPs, n_a))
137 #define POPpbytex (SvPVbytex(POPs, n_a))
138 #define POPn (SvNVx(POPs))
139 #define POPi ((IV)SvIVx(POPs))
140 #define POPu ((UV)SvUVx(POPs))
141 #define POPl ((long)SvIVx(POPs))
[all...]
H A Dpp_sys.c576 gv = (GV*)POPs;
605 wgv = (GV*)POPs;
606 rgv = (GV*)POPs;
661 gv = (GV*)POPs;
726 discp = POPs;
729 gv = (GV*)POPs;
868 SV *sv = POPs;
907 SV *sv = POPs;
933 hv = (HV*)POPs;
1157 newdefout = (PL_op->op_private > 0) ? ((GV *) POPs)
[all...]
H A Dpp.c505 sv = POPs;
527 SV *ssv = POPs;
553 sv = POPs;
555 gv = (GV*)POPs;
684 sv = POPs;
727 count += do_chomp(POPs);
737 sv = POPs;
774 sv = POPs;
1274 right = SvUVX(POPs);
1276 IV biv = SvIVX(POPs);
[all...]
H A Dpp_hot.c117 if (SvTRUEx(POPs))
262 UV buv = SvUVX(POPs);
698 (void)POPs;
743 (void)POPs; /* XXXX May be optimized away? */
1241 TARG = POPs;
1495 SV* result = POPs;
1523 fp = Perl_start_glob(aTHX_ POPs, io);
1640 (void)POPs; /* Unmatched wildcard? Chuck it... */
1701 SV *keysv = POPs;
1702 HV *hv = (HV*)POPs;
[all...]
H A Dpp_ctl.c75 tmpstr = POPs;
179 sv_catsv(dstr, POPs);
915 *dst-- = SvTEMP(TOPs) ? POPs : sv_mortalcopy(POPs);
922 (void)POPs;
1691 GV *gv = (GV*)POPs;
1709 cx->blk_loop.iterary = (AV*)SvREFCNT_inc(POPs);
2114 SV *sv = POPs;
2475 anum = SvIVx(POPs);
2973 sv = POPs;
[all...]
H A Duniversal.c612 sv = POPs;
H A Ddoio.c1350 SV* sv = POPs;
1397 sv = POPs;
H A Ddoop.c1336 HV *hv = (HV*)POPs;
H A Dgv.c1749 res=POPs;
H A Dtoke.c4214 name = POPs;
6126 (void)POPs;
6130 res = POPs;
H A Dperl.c865 Perl_warner(aTHX_ packWARN(WARN_INTERNAL),"Unbalanced context: %ld more PUSHes than POPs\n",
2409 sv = POPs;
H A Dregexec.c2852 ret = POPs;
H A Dsv.c11493 uni = POPs;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs72 sv = newSVsv(POPs);
105 result = POPs;
127 result = POPs;
140 result = POPs;
339 uni = POPs;
423 str = POPs;
479 str = POPs;
652 sv_setsv(chk, POPs);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs273 val = newSVsv(POPs);
589 sv = POPs;
951 href = newSVsv(POPs);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.xs107 result = POPs;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs1724 sv = POPs;
1768 SV *sv = POPs;
2523 bdeparse = POPs;
2538 text = POPs;
5216 cv = POPs;

Completed in 138 milliseconds