/openbsd/gnu/usr.bin/perl/ |
H A D | pp.h | 214 # define POPs (assert(!rpp_stack_is_rc()), *sp--) macro 216 # define POPs (*sp--) macro 220 #define POPpx (SvPVx_nolen(POPs)) 221 #define POPpconstx (SvPVx_nolen_const(POPs)) 222 #define POPpbytex (SvPVbytex_nolen(POPs)) 223 #define POPn (SvNVx(POPs)) 224 #define POPi ((IV)SvIVx(POPs)) 225 #define POPu ((UV)SvUVx(POPs)) 226 #define POPl ((long)SvIVx(POPs)) 227 #define POPul ((unsigned long)SvIVx(POPs)) [all …]
|
H A D | pp_sys.c | 872 MAXARG == 0 || (!TOPs && !POPs) ? PL_defoutgv : MUTABLE_GV(POPs); 949 gv = MUTABLE_GV(POPs); 1028 discp = POPs; 1031 gv = MUTABLE_GV(POPs); 1223 SV *sv = POPs; 1597 MAXARG==0 || (!TOPs && !POPs) ? PL_stdingv : MUTABLE_GV(POPs); 1905 SV * const sv = POPs; 2512 SV * const sv = POPs; 2605 SV * const argsv = POPs; 2789 SV * const addrsv = POPs; [all …]
|
H A D | pp.c | 733 sv = POPs; 1795 sv = POPs; 1820 sv = POPs; 3287 top = POPs; 3640 pos_sv = POPs; 3643 sv = POPs; 3646 repl_sv = POPs; 5664 SV *keysv = POPs; 5701 tmpsv = POPs; 7608 val = POPs; [all …]
|
H A D | universal.c | 262 retsv = POPs; in Perl_sv_isa_sv() 851 sv = POPs; in XS()
|
H A D | vxs.inc | 374 SV *lobj = POPs;
|
H A D | pp_ctl.c | 2185 else (void)POPs; 2348 if (MAXARG < 1 || (!TOPs && !POPs)) { 2353 tmps = SvPVx_const(POPs, len); 3631 anum = 0; (void)POPs; 3634 anum = SvIVx(POPs); 6825 SV *out = POPs; in S_run_user_filter()
|
H A D | regcomp.c | 973 qr_ref = POPs; in S_compile_runtime_code() 14956 character = POPs; in S_parse_uniprop_string() 15478 (void) POPs; in S_parse_uniprop_string() 15482 SV * contents = POPs; in S_parse_uniprop_string() 15987 algorithmic_names = POPs; in S_handle_names_wildcard() 15991 names_string = POPs; in S_handle_names_wildcard()
|
H A D | gv.c | 4227 av_store((AV *)res, nret, POPs); in Perl_amagic_call() 4232 res = POPs; in Perl_amagic_call()
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/ |
H A D | encoding.xs | 86 sv = newSVsv(POPs); in PerlIOEncode_getarg() 125 result = POPs; in PerlIOEncode_pushed() 149 result = POPs; in PerlIOEncode_pushed() 163 result = POPs; in PerlIOEncode_pushed() 342 uni = POPs; in PerlIOEncode_fill() 435 str = POPs; in PerlIOEncode_flush() 501 str = POPs; in PerlIOEncode_flush()
|
/openbsd/gnu/usr.bin/perl/dist/PathTools/ |
H A D | Cwd.xs | 697 RETVAL = POPs; 751 file = POPs; 765 dir = POPs;
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/ |
H A D | Encode.xs | 112 retval = POPs; in do_fallback_cb() 138 retval = POPs; in do_bytes_fallback_cb() 568 obj = POPs; in find_encoding() 604 dst = POPs; in call_encoding() 917 RETVAL = newSVsv(POPs);
|
/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/ |
H A D | FieldHash.xs | 35 ob_reg = (HV*)SvRV(POPs); in HUF_get_ob_reg() 423 SV* field_ref = POPs;
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/ |
H A D | REXX.xs | 193 res = POPs; in PERLCALLcv() 256 res = POPs; in SubCommandPerlEval()
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.xs | 498 text = POPs; in deparsed_output() 534 sv_flags = POPs; in dump_regexp() 535 sv_pattern = POPs; in dump_regexp() 1025 sv = POPs; in DD_dump() 1485 href = newSVsv(POPs);
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | perlrexx.c | 226 res = POPs; in PERLEVAL()
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | perl | 12 Unbalanced context: %ld more PUSHes than POPs [perl_destruct]
|
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | Glob.xs | 78 SV *patsv = POPs; in iterate()
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 2153 sv = POPs; in scalar_call() 2199 SV *sv = POPs; in array_call() 3250 bdeparse = POPs; in store_code() 3265 text = POPs; in store_code() 3339 *flags = POPs; in get_regexp() 3341 *re = POPs; in get_regexp() 6736 cv = POPs; in retrieve_code() 6812 re_ref = POPs; in retrieve_regexp()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlcall.pod | 684 POPs SV 698 const char *s = SvPV(POPs, len); 703 SV *sv = POPs; 709 const char *s = SvPVx(POPs, len); 955 POPs; 998 POPs; 1015 Note that the stack is popped using C<POPs> in the block where
|
H A D | perlguts.pod | 3878 Items are popped from the stack by using the C<POPs> macro or its typed 4442 The macros which manipulate the stack such as PUSHs() and POPs() don't 4673 IV right = SvIV(POPs); 4674 IV left = SvIV(POPs); 4709 SV *sv = POPs; 4760 rpp_popfree_1() (void)POPs; 4761 rpp_popfree_2() (void)POPs; (void)POPs; 4765 sv = rpp_pop_1_norc() sv = SvREFCNT_inc(POPs) 4767 rpp_replace_1_1(sv) (void)POPs; PUSHs(sv); 4768 rpp_replace_2_1(sv) (void)POPs; (void)POPs; PUSHs(sv); [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | call | 123 sv = POPs;
|
/openbsd/gnu/usr.bin/perl/ext/PerlIO-via/ |
H A D | via.xs | 119 result = POPs; in PerlIOVia_method()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 580 POPs # T
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/ |
H A D | HiRes.xs | 1323 file = POPs; items--;
|
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | ListUtil.xs | 1291 ST(0) = POPs; in sample()
|