Home
last modified time | relevance | path

Searched refs:CxTYPE (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddeb.c230 (IV)ix, PL_block_type[CxTYPE(cx)] in Perl_deb_stack_all()
233 if (CxTYPE(cx) == CXt_SUBST) in Perl_deb_stack_all()
252 if (CxTYPE(this_cx) == CXt_SUBST) in Perl_deb_stack_all()
286 if (CxTYPE(&(si_n->si_cxstack[i])) == CXt_SUBST) in Perl_deb_stack_all()
303 if (CxTYPE(cx) == CXt_EVAL || CxTYPE(cx) == CXt_SUB in Perl_deb_stack_all()
304 || CxTYPE(cx) == CXt_FORMAT) in Perl_deb_stack_all()
H A Dpp_ctl.c1340 switch (CxTYPE(cx)) { in S_dopoptolabel()
1450 switch (CxTYPE(cx)) { in S_dopoptosub_at()
1483 switch (CxTYPE(cx)) { in S_dopoptoeval()
1500 switch (CxTYPE(cx)) { in S_dopoptoloop()
1535 switch (CxTYPE(cx)) { in S_dopoptogivenfor()
1563 switch (CxTYPE(cx)) { in S_dopoptowhen()
1595 switch (CxTYPE(cx)) { in Perl_dounwind()
1913 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in Perl_caller_cx()
1985 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in PP()
2585 switch (CxTYPE(cx)) { in PP()
[all …]
H A Dcop.h933 PL_block_type[CxTYPE(cx)], \
998 assert(CxTYPE(cx) == CXt_SUBST); \
1070 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK) macro
1071 #define CxTYPE_is_LOOP(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
1072 && CxTYPE(cx) <= CXt_LOOP_PLAIN)
1080 #define CxFOREACH(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
1081 && CxTYPE(cx) <= CXt_LOOP_LIST)
H A Dinline.h2759 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in Perl_cx_popblock()
2813 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub_common()
2833 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub_args()
2853 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub()
2890 assert(CxTYPE(cx) == CXt_FORMAT); in Perl_cx_popformat()
2952 assert(CxTYPE(cx) == CXt_EVAL); in Perl_cx_popeval()
3015 if ( CxTYPE(cx) == CXt_LOOP_ARY in Perl_cx_poploop()
3016 || CxTYPE(cx) == CXt_LOOP_LAZYSV) in Perl_cx_poploop()
3023 if (CxTYPE(cx) == CXt_LOOP_LAZYSV) { in Perl_cx_poploop()
3055 assert(CxTYPE(cx) == CXt_WHEN); in Perl_cx_popwhen()
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Ddeb.c230 (IV)ix, PL_block_type[CxTYPE(cx)] in Perl_deb_stack_all()
233 if (CxTYPE(cx) == CXt_SUBST) in Perl_deb_stack_all()
252 if (CxTYPE(this_cx) == CXt_SUBST) in Perl_deb_stack_all()
286 if (CxTYPE(&(si_n->si_cxstack[i])) == CXt_SUBST) in Perl_deb_stack_all()
303 if (CxTYPE(cx) == CXt_EVAL || CxTYPE(cx) == CXt_SUB in Perl_deb_stack_all()
304 || CxTYPE(cx) == CXt_FORMAT) in Perl_deb_stack_all()
H A Dpp_ctl.c1339 switch (CxTYPE(cx)) { in S_dopoptolabel()
1449 switch (CxTYPE(cx)) { in S_dopoptosub_at()
1482 switch (CxTYPE(cx)) { in S_dopoptoeval()
1499 switch (CxTYPE(cx)) { in S_dopoptoloop()
1534 switch (CxTYPE(cx)) { in S_dopoptogivenfor()
1562 switch (CxTYPE(cx)) { in S_dopoptowhen()
1594 switch (CxTYPE(cx)) { in Perl_dounwind()
1913 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in Perl_caller_cx()
1985 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in PP()
2579 switch (CxTYPE(cx)) { in PP()
[all …]
H A Dinline.h2167 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in Perl_cx_popblock()
2221 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub_common()
2241 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub_args()
2261 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub()
2298 assert(CxTYPE(cx) == CXt_FORMAT); in Perl_cx_popformat()
2360 assert(CxTYPE(cx) == CXt_EVAL); in Perl_cx_popeval()
2423 if ( CxTYPE(cx) == CXt_LOOP_ARY in Perl_cx_poploop()
2424 || CxTYPE(cx) == CXt_LOOP_LAZYSV) in Perl_cx_poploop()
2431 if (CxTYPE(cx) == CXt_LOOP_LAZYSV) { in Perl_cx_poploop()
2463 assert(CxTYPE(cx) == CXt_WHEN); in Perl_cx_popwhen()
[all …]
H A Dcop.h942 PL_block_type[CxTYPE(cx)], \
1007 assert(CxTYPE(cx) == CXt_SUBST); \
1078 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK) macro
1079 #define CxTYPE_is_LOOP(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
1080 && CxTYPE(cx) <= CXt_LOOP_PLAIN)
1088 #define CxFOREACH(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
1089 && CxTYPE(cx) <= CXt_LOOP_LIST)
/dports/lang/perl5.32/perl-5.32.1/
H A Ddeb.c230 (IV)ix, PL_block_type[CxTYPE(cx)] in Perl_deb_stack_all()
233 if (CxTYPE(cx) == CXt_SUBST) in Perl_deb_stack_all()
252 if (CxTYPE(this_cx) == CXt_SUBST) in Perl_deb_stack_all()
286 if (CxTYPE(&(si_n->si_cxstack[i])) == CXt_SUBST) in Perl_deb_stack_all()
303 if (CxTYPE(cx) == CXt_EVAL || CxTYPE(cx) == CXt_SUB in Perl_deb_stack_all()
304 || CxTYPE(cx) == CXt_FORMAT) in Perl_deb_stack_all()
H A Dpp_ctl.c1337 switch (CxTYPE(cx)) { in S_dopoptolabel()
1444 switch (CxTYPE(cx)) { in S_dopoptosub_at()
1470 switch (CxTYPE(cx)) { in S_dopoptoeval()
1487 switch (CxTYPE(cx)) { in S_dopoptoloop()
1519 switch (CxTYPE(cx)) { in S_dopoptogivenfor()
1547 switch (CxTYPE(cx)) { in S_dopoptowhen()
1579 switch (CxTYPE(cx)) { in Perl_dounwind()
1898 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in Perl_caller_cx()
1970 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in PP()
2564 switch (CxTYPE(cx)) { in PP()
[all …]
H A Dinline.h2130 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in Perl_cx_popblock()
2184 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub_common()
2204 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub_args()
2224 assert(CxTYPE(cx) == CXt_SUB); in Perl_cx_popsub()
2261 assert(CxTYPE(cx) == CXt_FORMAT); in Perl_cx_popformat()
2304 assert(CxTYPE(cx) == CXt_EVAL); in Perl_cx_popeval()
2367 if ( CxTYPE(cx) == CXt_LOOP_ARY in Perl_cx_poploop()
2368 || CxTYPE(cx) == CXt_LOOP_LAZYSV) in Perl_cx_poploop()
2375 if (CxTYPE(cx) == CXt_LOOP_LAZYSV) { in Perl_cx_poploop()
2407 assert(CxTYPE(cx) == CXt_WHEN); in Perl_cx_popwhen()
[all …]
H A Dcop.h804 PL_block_type[CxTYPE(cx)], \
867 assert(CxTYPE(cx) == CXt_SUBST); \
937 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK) macro
938 #define CxTYPE_is_LOOP(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
939 && CxTYPE(cx) <= CXt_LOOP_PLAIN)
945 #define CxFOREACH(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
946 && CxTYPE(cx) <= CXt_LOOP_LIST)
/dports/lang/perl5.30/perl-5.30.3/
H A Ddeb.c230 (IV)ix, PL_block_type[CxTYPE(cx)] in Perl_deb_stack_all()
233 if (CxTYPE(cx) == CXt_SUBST) in Perl_deb_stack_all()
252 if (CxTYPE(this_cx) == CXt_SUBST) in Perl_deb_stack_all()
286 if (CxTYPE(&(si_n->si_cxstack[i])) == CXt_SUBST) in Perl_deb_stack_all()
303 if (CxTYPE(cx) == CXt_EVAL || CxTYPE(cx) == CXt_SUB in Perl_deb_stack_all()
304 || CxTYPE(cx) == CXt_FORMAT) in Perl_deb_stack_all()
H A Dpp_ctl.c1330 switch (CxTYPE(cx)) { in S_dopoptolabel()
1435 switch (CxTYPE(cx)) { in S_dopoptosub_at()
1461 switch (CxTYPE(cx)) { in S_dopoptoeval()
1478 switch (CxTYPE(cx)) { in S_dopoptoloop()
1510 switch (CxTYPE(cx)) { in S_dopoptogivenfor()
1538 switch (CxTYPE(cx)) { in S_dopoptowhen()
1570 switch (CxTYPE(cx)) { in Perl_dounwind()
1879 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in Perl_caller_cx()
1951 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in PP()
2545 switch (CxTYPE(cx)) { in PP()
[all …]
H A Dinline.h2013 assert( (CxTYPE(cx) == CXt_SUB && CxMULTICALL(cx)) in S_cx_popblock()
2065 assert(CxTYPE(cx) == CXt_SUB); in S_cx_popsub_common()
2084 assert(CxTYPE(cx) == CXt_SUB); in S_cx_popsub_args()
2104 assert(CxTYPE(cx) == CXt_SUB); in S_cx_popsub()
2139 assert(CxTYPE(cx) == CXt_FORMAT); in S_cx_popformat()
2179 assert(CxTYPE(cx) == CXt_EVAL); in S_cx_popeval()
2241 if ( CxTYPE(cx) == CXt_LOOP_ARY in S_cx_poploop()
2242 || CxTYPE(cx) == CXt_LOOP_LAZYSV) in S_cx_poploop()
2249 if (CxTYPE(cx) == CXt_LOOP_LAZYSV) { in S_cx_poploop()
2281 assert(CxTYPE(cx) == CXt_WHEN); in S_cx_popwhen()
[all …]
H A Dcop.h774 PL_block_type[CxTYPE(cx)], \
837 assert(CxTYPE(cx) == CXt_SUBST); \
907 #define CxTYPE(c) ((c)->cx_type & CXTYPEMASK) macro
908 #define CxTYPE_is_LOOP(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
909 && CxTYPE(cx) <= CXt_LOOP_PLAIN)
915 #define CxFOREACH(c) ( CxTYPE(cx) >= CXt_LOOP_ARY \
916 && CxTYPE(cx) <= CXt_LOOP_LIST)
/dports/devel/p5-Devel-Caller/Devel-Caller-2.06/
H A DCaller.xs15 if (CxTYPE(cx) != CXt_SUB)
16 croak("cx_type is %d not CXt_SUB\n", CxTYPE(cx));
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs1422 switch (CxTYPE(cx)) { in su_yield()
2446 switch (CxTYPE(cx)) { in su_context_skip_db()
2572 switch (CxTYPE(cx)) { in su_context_normalize_down()
2606 switch (CxTYPE(cx)) { in su_context_gimme()
2780 switch (CxTYPE(cx)) { in XS()
2924 switch (CxTYPE(cx)) {
2948 switch (CxTYPE(cx)) {
2991 switch (CxTYPE(cx)) {
3020 switch (CxTYPE(cx)) {
3070 switch (CxTYPE(cx)) {
[all …]
/dports/devel/p5-PadWalker/PadWalker-2.5/
H A DPadWalker.xs56 cxtype_name(CxTYPE(&cxstack[i])), cxstack[i].blk_oldcop->cop_seq); in show_cxstack()
57 if (CxTYPE(&cxstack[i]) == CXt_SUB) { in show_cxstack()
113 switch (CxTYPE(cx)) { in dopoptosub_at()
358 cxtype_name(CxTYPE(&ccstack[i])), i)); in do_peek()
359 switch (CxTYPE(&ccstack[i])) { in do_peek()
481 if (CxTYPE(&ccstack[i]) == CXt_EVAL) { in up_cv()
/dports/devel/p5-Want/Want-0.29/
H A DWant.xs48 switch (CxTYPE(cx)) { in dopoptosub_at()
95 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in upcontext()
152 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) { in upcontext_plus()
168 switch (CxTYPE(tcx)) { in upcontext_plus()
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DExt.xxs29 switch (CxTYPE(cx)) {
57 switch (CxTYPE(cx)) {
/dports/lang/p5-TryCatch/TryCatch-1.003002/
H A DTryCatch.xs24 switch (CxTYPE(cx)) { in dump_cxstack()
46 switch (CxTYPE(cx)) { in get_sub_context()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dcop61 switch (CxTYPE(cx)) {
105 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) {
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dcop61 switch (CxTYPE(cx)) {
105 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) {
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dcop61 switch (CxTYPE(cx)) {
105 if (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT) {

1234567