Home
last modified time | relevance | path

Searched refs:cx_popsub (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502300816 cx_popsub # F added by devel/scanprov
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5240delta.pod1543 inline functions such as C<cx_pushblock()>, C<cx_popsub()> etc. These use
1548 involving C<cx_popblock()>, C<cx_popsub()> etc. has changed. See the new
1578 C<cx_popsub()> and placed into its own macro, C<CX_LEAVE_SCOPE(cx)>, which
1579 must be called before C<cx_popsub()> etc.
1582 (formerly it only did the C<cx_popsub()> etc. actions on each frame).
1607 The handling of C<@_> in C<cx_pushsub()> and C<cx_popsub()> has been
1611 C<cx_popsub()> which had been unrolled in places like C<pp_goto> have been
H A Dperl5320delta.pod1489 automatically by C<cx_pushsub()>, C<cx_popsub()> etc., but would need to be
H A Dperlguts.pod4297 Contexts are popped using C<cx_popsub()> etc. and C<cx_popblock()>. Note
4333 cx_popsub(cx);
4386 C<cx_popsub>. In part, this looks like:
/openbsd/gnu/usr.bin/perl/
H A Dpp_sort.c984 cx_popsub(cx); in PP()
H A Dpp_ctl.c1788 cx_popsub(cx); in Perl_dounwind()
2777 cx_popsub(cx); /* Stack values are safe: release CV and @_ ... */ in PP()
H A Dpp_hot.c6135 cx_popsub(cx); /* Stack values are safe: release CV and @_ ... */ in PP()
H A Dembed.h2128 # define cx_popsub(a) Perl_cx_popsub(aTHX_ a) macro
H A Dembed.fnc6076 Cipx |void |cx_popsub |NN PERL_CONTEXT *cx
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc3709 Cixp |void |cx_popsub |NN PERL_CONTEXT *cx