Home
last modified time | relevance | path

Searched refs:cx_type (Results 51 – 75 of 77) sorted by relevance

1234

/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs1746 cx->cx_type = saved_cxtypes[i]; in su_uplevel_restore_new()
2093 saved_cxtypes[i] = cx->cx_type; /* save type and flags */ in su_uplevel_new()
2096 cx->cx_type = (CXt_NULL | CXp_SU_UPLEVEL_NULLED); in su_uplevel_new()
2486 if (cx->cx_type == (CXt_NULL | CXp_SU_UPLEVEL_NULLED)) in su_context_real2logical()
2506 if (cx->cx_type != (CXt_NULL | CXp_SU_UPLEVEL_NULLED)) in su_context_logical2real()
/dports/devel/p5-Want/Want-0.29/
H A DWant.xs735 ourcx->cx_type = CXt_NULL;
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D500900563 cx_type # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D500900563 cx_type # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D500900563 cx_type # Z added by devel/scanprov
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_sort.c993 cx->cx_type = CXt_SUB|CXp_MULTICALL; in PP()
H A Dpp.c6465 if (CX_CUR()->cx_type & CXp_HASARGS) { in S_maybe_unwind_defav()
6470 cx->cx_type &= ~CXp_HASARGS; in S_maybe_unwind_defav()
H A Dpp_hot.c3973 if (UNLIKELY(cx->cx_type & CXp_FOR_LVREF)) { in PP()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Dgram.y1190 cx->cx_type = CX_ATOM; in wrap_cleanup()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_sort.c888 cx->cx_type = CXt_SUB|CXp_MULTICALL; in PP()
H A Dpp.c6501 if (CX_CUR()->cx_type & CXp_HASARGS) { in S_maybe_unwind_defav()
6506 cx->cx_type &= ~CXp_HASARGS; in S_maybe_unwind_defav()
H A Dpp_hot.c4018 if (UNLIKELY(cx->cx_type & CXp_FOR_LVREF)) { in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_sort.c880 cx->cx_type = CXt_SUB|CXp_MULTICALL; in PP()
H A Dpp.c6499 if (CX_CUR()->cx_type & CXp_HASARGS) { in S_maybe_unwind_defav()
6504 cx->cx_type &= ~CXp_HASARGS; in S_maybe_unwind_defav()
H A Dpp_hot.c4032 if (UNLIKELY(cx->cx_type & CXp_FOR_LVREF)) { in PP()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_sort.c891 cx->cx_type = CXt_SUB|CXp_MULTICALL; in PP()
H A Dpp.c6454 if (CX_CUR()->cx_type & CXp_HASARGS) { in S_maybe_unwind_defav()
6459 cx->cx_type &= ~CXp_HASARGS; in S_maybe_unwind_defav()
H A Dpp_hot.c4013 if (UNLIKELY(cx->cx_type & CXp_FOR_LVREF)) { in PP()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus7.c208 extern int cx_type;
251 cx_type = sl_cx_type; in slrestor()
9456 sl_cx_type = cx_type;
9469 cx_type = param2;
9470 if (cx_type == CX_AUTO) {
9475 } else if (cx_type == CX_NONE) {
H A Dckuus3.c1562 int cx_type = CX_AUTO; variable
10409 cx_type = x;
H A Dckuath.c476 extern int cx_type;
3610 encrypt_init(ks,cx_type);
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperlguts.pod3239 Each context entry is labelled with a context type, C<cx_type>. Typical
3315 cx->cx_type = CXt_SUB;
3338 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0;
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperlguts.pod3803 Each context entry is labelled with a context type, C<cx_type>. Typical
3879 cx->cx_type = CXt_SUB;
3902 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlguts.pod3806 Each context entry is labelled with a context type, C<cx_type>. Typical
3882 cx->cx_type = CXt_SUB;
3905 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0;
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperlguts.pod3542 Each context entry is labelled with a context type, C<cx_type>. Typical
3618 cx->cx_type = CXt_SUB;
3641 cx->cx_type |= (hasargs) ? CXp_HASARGS : 0;

1234