Home
last modified time | relevance | path

Searched refs:cx_pushsub (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502300825 cx_pushsub # F added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dcop.h1392 cx_pushsub(cx, cv, NULL, 0); \
1435 cx_pushsub(cx, cv, NULL, 0); \
H A Dpp_sort.c949 cx_pushsub(cx, cv, NULL, hasargs); in PP()
H A Dpp_hot.c6362 cx_pushsub(cx, cv, PL_op->op_next, hasargs); in PP()
H A Dpp_ctl.c2423 cx_pushsub(cx, cv, PL_op->op_next, 0); in PP()
H A Dembed.h2138 # define cx_pushsub(a,b,c,d) Perl_cx_pushsub(aTHX_ a,b,c,d) macro
H A Dembed.fnc6100 Cipx |void |cx_pushsub |NN PERL_CONTEXT *cx \
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5320delta.pod1489 automatically by C<cx_pushsub()>, C<cx_popsub()> etc., but would need to be
H A Dperl5240delta.pod1607 The handling of C<@_> in C<cx_pushsub()> and C<cx_popsub()> has been
H A Dperlguts.pod4187 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 Dembed.fnc3705 Cixp |void |cx_pushsub |NN PERL_CONTEXT *cx|NN CV *cv \