Home
last modified time | relevance | path

Searched refs:CX_POP (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D502300810 CX_POP # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D502300810 CX_POP # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D502300810 CX_POP # Z added by devel/scanprov
/dports/lang/perl5.32/perl-5.32.1/
H A Dcop.h631 # define CX_POP(cx) \ macro
636 # define CX_POP(cx) cxstack_ix--; macro
1200 CX_POP(cx); \
H A Dpp_ctl.c310 CX_POP(cx); in PP()
1670 CX_POP(cx); in S_pop_eval_context_maybe_croak()
2175 CX_POP(cx); in PP()
2354 CX_POP(cx); in PP()
2464 CX_POP(cx); in PP()
2644 CX_POP(cx); in PP()
2970 CX_POP(cx); in PP()
4619 CX_POP(cx); in Perl_delete_eval_scope()
4681 CX_POP(cx); in PP()
4724 CX_POP(cx); in PP()
[all …]
H A Dpp_sort.c931 CX_POP(cx); in PP()
/dports/lang/perl5.30/perl-5.30.3/
H A Dcop.h602 # define CX_POP(cx) \ macro
607 # define CX_POP(cx) cxstack_ix--; macro
1164 CX_POP(cx); \
H A Dpp_ctl.c304 CX_POP(cx); in PP()
1661 CX_POP(cx); in S_pop_eval_context_maybe_croak()
2156 CX_POP(cx); in PP()
2335 CX_POP(cx); in PP()
2445 CX_POP(cx); in PP()
2625 CX_POP(cx); in PP()
2948 CX_POP(cx); in PP()
4592 CX_POP(cx); in Perl_delete_eval_scope()
4654 CX_POP(cx); in PP()
4697 CX_POP(cx); in PP()
[all …]
H A Dpp_sort.c1033 CX_POP(cx); in PP()
/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h775 # define CX_POP(cx) \ macro
780 # define CX_POP(cx) cxstack_ix--; macro
1329 CX_POP(cx); \
H A Dpp_ctl.c310 CX_POP(cx); in PP()
1685 CX_POP(cx); in S_pop_eval_context_maybe_croak()
2190 CX_POP(cx); in PP()
2369 CX_POP(cx); in PP()
2479 CX_POP(cx); in PP()
2659 CX_POP(cx); in PP()
2985 CX_POP(cx); in PP()
4675 CX_POP(cx); in Perl_delete_eval_scope()
4741 CX_POP(cx); in PP()
4784 CX_POP(cx); in PP()
[all …]
H A Dpp_sort.c928 CX_POP(cx); in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h766 # define CX_POP(cx) \ macro
771 # define CX_POP(cx) cxstack_ix--; macro
1326 CX_POP(cx); \
H A Dpp_ctl.c310 CX_POP(cx); in PP()
1687 CX_POP(cx); in S_pop_eval_context_maybe_croak()
2190 CX_POP(cx); in PP()
2369 CX_POP(cx); in PP()
2479 CX_POP(cx); in PP()
2672 CX_POP(cx); in PP()
4696 CX_POP(cx); in Perl_delete_eval_scope()
4762 CX_POP(cx); in PP()
4805 CX_POP(cx); in PP()
5432 CX_POP(cx); in PP()
[all …]
H A Dpp_sort.c920 CX_POP(cx); in PP()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Dcx.h118 #define CX_POP ((20<<CX_ATTR)) macro
H A Dcxcomp.c1375 if (!code(cx, cc, expr, CX_POP, -1, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Dcx.h118 #define CX_POP ((20<<CX_ATTR)) macro
H A Dcxcomp.c1375 if (!code(cx, cc, expr, CX_POP, -1, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Dcx.h125 #define CX_POP ((20<<CX_ATTR)) macro
H A Dcxcomp.c1388 if (!code(cx, cc, expr, CX_POP, -1, cx->state->type_void, cx->state->type_void, NiL, 0, NiL)) in parse()
/dports/devel/p5-Data-Alias/Data-Alias-1.25/
H A DAlias.xs1382 CX_POP(cx); in DataAlias_pp_leave()
1529 CX_POP(cx); in DataAlias_pp_return()
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperlguts.pod3391 C<CX_POP()>.
3424 CX_POP(cx);
3495 Finally, the context stack pointer is actually decremented by C<CX_POP(cx)>.
3499 not to assume this. Indeed on debugging builds, C<CX_POP(cx)> deliberately
3502 we grab C<blk_sub.retop> I<before> calling C<CX_POP>.
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperlguts.pod3955 C<CX_POP()>.
3988 CX_POP(cx);
4059 Finally, the context stack pointer is actually decremented by C<CX_POP(cx)>.
4063 not to assume this. Indeed on debugging builds, C<CX_POP(cx)> deliberately
4066 we grab C<blk_sub.retop> I<before> calling C<CX_POP>.
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlguts.pod3958 C<CX_POP()>.
3991 CX_POP(cx);
4062 Finally, the context stack pointer is actually decremented by C<CX_POP(cx)>.
4066 not to assume this. Indeed on debugging builds, C<CX_POP(cx)> deliberately
4069 we grab C<blk_sub.retop> I<before> calling C<CX_POP>.

12