Searched refs:push_stackinfo (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | cop.h | 1312 push_stackinfo(type, 0);\
|
| D | pp_sort.c | 920 push_stackinfo(PERLSI_SORT, 1); in PP()
|
| D | pp_sys.c | 710 push_stackinfo(PERLSI_MAGIC, 1); in Perl_tied_method() 712 push_stackinfo(PERLSI_MAGIC, 0); in Perl_tied_method()
|
| D | embed.h | 512 # define push_stackinfo(a,b) Perl_push_stackinfo(aTHX_ a,b) macro
|
| D | embed.fnc | 2570 Cipx |void |push_stackinfo |I32 type \
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlguts.pod | 4532 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/ |
| D | APItest.xs | 4225 push_stackinfo(PERLSI_UNKNOWN, 1); 4226 push_stackinfo(PERLSI_UNKNOWN, 0);
|