Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/ext/PerlIO-encoding/
H A Dencoding.xs78 PUSHSTACKi(PERLSI_MAGIC); in PerlIOEncode_getarg()
112 PUSHSTACKi(PERLSI_MAGIC); in PerlIOEncode_pushed()
265 PUSHSTACKi(PERLSI_MAGIC); in PerlIOEncode_fill()
418 PUSHSTACKi(PERLSI_MAGIC); in PerlIOEncode_flush()
480 PUSHSTACKi(PERLSI_MAGIC); in PerlIOEncode_flush()
654 PUSHSTACKi(PERLSI_MAGIC);
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A Dmulticall.h136 PUSHSTACKi(PERLSI_SORT); \
/openbsd/gnu/usr.bin/perl/
H A Dcop.h1309 #define PUSHSTACKi(type) \ macro
1316 #define PUSHSTACK PUSHSTACKi(PERLSI_UNKNOWN)
1389 PUSHSTACKi(PERLSI_MULTICALL); \
H A Dmg.c2113 PUSHSTACKi(PERLSI_MAGIC); in Perl_magic_methcall()
3734 PUSHSTACKi(PERLSI_SIGNAL); in Perl_perly_sighandler()
H A Dscope.c1989 PUSHSTACKi(PERLSI_MAGIC); in Perl_magic_freedestruct()
H A Dgv.c1499 PUSHSTACKi(PERLSI_MAGIC); in S_require_tie_mod()
4179 PUSHSTACKi(PERLSI_OVERLOAD); in Perl_amagic_call()
H A Dregcomp.c966 PUSHSTACKi(PERLSI_REQUIRE); in S_compile_runtime_code()
14944 PUSHSTACKi(PERLSI_REGCOMP); in S_parse_uniprop_string()
15417 PUSHSTACKi(PERLSI_REGCOMP); in S_parse_uniprop_string()
15972 PUSHSTACKi(PERLSI_REGCOMP); in S_handle_names_wildcard()
H A Dpp_sys.c1138 PUSHSTACKi(PERLSI_MAGIC);
1188 PUSHSTACKi(PERLSI_MAGIC);
H A Dperl.c3489 PUSHSTACKi(PERLSI_REQUIRE); in Perl_require_pv()
H A Dutil.c1759 PUSHSTACKi(warn ? PERLSI_WARNHOOK : PERLSI_DIEHOOK); in Perl_invoke_exception_hook()
H A Dtoke.c10255 PUSHSTACKi(PERLSI_OVERLOAD); in S_new_constant()
H A Dsv.c7208 PUSHSTACKi(PERLSI_DESTROY);
H A Dop.c11301 PUSHSTACKi(PERLSI_REQUIRE); in S_process_special_blocks()
/openbsd/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.xs83 PUSHSTACKi(PERLSI_MAGIC); in PerlIOVia_method()
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs464 PUSHSTACKi(PERLSI_REQUIRE); in deparsed_output()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000554 PUSHSTACKi # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod4530 stack is RC, but by default, new stacks pushed in XS code via PUSHSTACKi()
4532 uses the new push_stackinfo() function which replaces PUSHSTACKi() and
4648 PUSHSTACKi(), which creates a new non-RC stack, then calls call_sv(), which
4815 push_stackinfo(type,rc) PUSHSTACKi(type)
4976 reference-counted or not. For backwards compatibility, PUSHSTACKi(type) is