Searched refs:cx_pushsub (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5023008 | 25 cx_pushsub # F added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/ |
H A D | cop.h | 1392 cx_pushsub(cx, cv, NULL, 0); \ 1435 cx_pushsub(cx, cv, NULL, 0); \
|
H A D | pp_sort.c | 949 cx_pushsub(cx, cv, NULL, hasargs); in PP()
|
H A D | pp_hot.c | 6362 cx_pushsub(cx, cv, PL_op->op_next, hasargs); in PP()
|
H A D | pp_ctl.c | 2423 cx_pushsub(cx, cv, PL_op->op_next, 0); in PP()
|
H A D | embed.h | 2138 # define cx_pushsub(a,b,c,d) Perl_cx_pushsub(aTHX_ a,b,c,d) macro
|
H A D | embed.fnc | 6100 Cipx |void |cx_pushsub |NN PERL_CONTEXT *cx \
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5320delta.pod | 1489 automatically by C<cx_pushsub()>, C<cx_popsub()> etc., but would need to be
|
H A D | perl5240delta.pod | 1607 The handling of C<@_> in C<cx_pushsub()> and C<cx_popsub()> has been
|
H A D | perlguts.pod | 4187 C<cx_pushsub(cx)> which populate the additional type-dependent fields in 4236 cx_pushsub(cx, cv, retop, hasargs);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 3705 Cixp |void |cx_pushsub |NN PERL_CONTEXT *cx|NN CV *cv \
|