Home
last modified time | relevance | path

Searched refs:push_stackinfo (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dcop.h1312 push_stackinfo(type, 0);\
Dpp_sort.c920 push_stackinfo(PERLSI_SORT, 1); in PP()
Dpp_sys.c710 push_stackinfo(PERLSI_MAGIC, 1); in Perl_tied_method()
712 push_stackinfo(PERLSI_MAGIC, 0); in Perl_tied_method()
Dembed.h512 # define push_stackinfo(a,b) Perl_push_stackinfo(aTHX_ a,b) macro
Dembed.fnc2570 Cipx |void |push_stackinfo |I32 type \
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod4532 uses the new push_stackinfo() function which replaces PUSHSTACKi() and
4534 (XXX core mostly hasn't actually been updated yet to use push_stackinfo())
4815 push_stackinfo(type,rc) PUSHSTACKi(type)
4974 pushed, rather than just some sort of I<stack>. push_stackinfo() also has
4977 defined to be push_stackinfo(type, 0).
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs4225 push_stackinfo(PERLSI_UNKNOWN, 1);
4226 push_stackinfo(PERLSI_UNKNOWN, 0);