Home
last modified time | relevance | path

Searched refs:CxHASARGS (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/p5-BDB/BDB-1.92/
H A Dschmorp.h82 #ifndef CxHASARGS
83 # define CxHASARGS(cx) (cx)->blk_sub.hasargs macro
/dports/devel/p5-IO-AIO/IO-AIO-4.76/
H A Dschmorp.h84 #ifndef CxHASARGS
85 # define CxHASARGS(cx) (cx)->blk_sub.hasargs macro
/dports/devel/p5-Async-Interrupt/Async-Interrupt-1.26/
H A Dschmorp.h84 #ifndef CxHASARGS
85 # define CxHASARGS(cx) (cx)->blk_sub.hasargs macro
/dports/devel/p5-Coro/Coro-6.57/Coro/
H A Dschmorp.h55 #ifndef CxHASARGS
56 # define CxHASARGS(cx) (cx)->blk_sub.hasargs macro
/dports/devel/p5-EV/EV-4.33/
H A Dschmorp.h84 #ifndef CxHASARGS
85 # define CxHASARGS(cx) (cx)->blk_sub.hasargs macro
/dports/devel/p5-Devel-MAT-Dumper/Devel-MAT-Dumper-0.42/lib/Devel/MAT/
H A DDumper.xs23 #ifndef CxHASARGS
24 # define CxHASARGS(cx) ((cx)->blk_sub.hasargs) macro
1282 write_svptr(fh, CxHASARGS(cx) ? (SV*)cx->blk_sub.argarray : NULL); in dumpfh()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D50100013 CxHASARGS # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50100013 CxHASARGS # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50100013 CxHASARGS # Z added by devel/scanprov
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/
H A DUpper.xs114 #ifndef CxHASARGS
115 # define CxHASARGS(C) ((C)->blk_sub.hasargs) macro
1689 if (CxHASARGS(cx)) { in su_uplevel_goto_runops()
2104 if (!CvISXSUB(sud->renamed) && CxHASARGS(&cxstack[cxix])) { in su_uplevel_new()
2245 if (CxHASARGS(cx) && argarray) { in su_uplevel_old()
3081 if (CxHASARGS(cx))
/dports/lang/perl5.34/perl-5.34.0/
H A Dscope.c1543 (int)CxHASARGS(cx)); in Perl_cx_dump()
1553 (int)CxHASARGS(cx)); in Perl_cx_dump()
H A Dpp_ctl.c1989 PUSHs(boolSV(CxHASARGS(cx))); in PP()
1993 PUSHs(boolSV(CxHASARGS(cx))); in PP()
2035 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx) in PP()
2895 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
2969 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
3013 if (CxHASARGS(cx)) in PP()
H A Dcop.h875 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS) macro
H A Dinline.h2265 if (CxHASARGS(cx)) in Perl_cx_popsub()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dscope.c1540 (int)CxHASARGS(cx)); in Perl_cx_dump()
1550 (int)CxHASARGS(cx)); in Perl_cx_dump()
H A Dpp_ctl.c1989 PUSHs(boolSV(CxHASARGS(cx))); in PP()
1993 PUSHs(boolSV(CxHASARGS(cx))); in PP()
2035 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx) in PP()
2914 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
2988 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
3032 if (CxHASARGS(cx)) in PP()
H A Dcop.h866 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS) macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dscope.c1514 (int)CxHASARGS(cx)); in Perl_cx_dump()
1524 (int)CxHASARGS(cx)); in Perl_cx_dump()
H A Dpp_ctl.c1955 PUSHs(boolSV(CxHASARGS(cx))); in PP()
1959 PUSHs(boolSV(CxHASARGS(cx))); in PP()
2001 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx) in PP()
2861 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
2935 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
2976 if (CxHASARGS(cx)) in PP()
H A Dcop.h707 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS) macro
H A Dinline.h2108 if (CxHASARGS(cx)) in S_cx_popsub()
/dports/lang/perl5.32/perl-5.32.1/
H A Dscope.c1518 (int)CxHASARGS(cx)); in Perl_cx_dump()
1528 (int)CxHASARGS(cx)); in Perl_cx_dump()
H A Dpp_ctl.c1974 PUSHs(boolSV(CxHASARGS(cx))); in PP()
1978 PUSHs(boolSV(CxHASARGS(cx))); in PP()
2020 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx) in PP()
2880 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
2954 if (CxTYPE(cx) == CXt_SUB && CxHASARGS(cx)) { in PP()
2998 if (CxHASARGS(cx)) in PP()
H A Dcop.h737 #define CxHASARGS(c) (((c)->cx_type & CXp_HASARGS) == CXp_HASARGS) macro
H A Dinline.h2228 if (CxHASARGS(cx)) in Perl_cx_popsub()

12