Home
last modified time | relevance | path

Searched refs:CXp_FOR_GV (Results 1 – 19 of 19) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D50230088 CXp_FOR_GV # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50230088 CXp_FOR_GV # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50230088 CXp_FOR_GV # Z added by devel/scanprov
/dports/lang/perl5.32/perl-5.32.1/
H A Dcop.h730 : ((c)->cx_type & CXp_FOR_GV) \
929 #define CXp_FOR_GV 0x40 /* foreach using package var */ macro
H A Dinline.h2381 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in Perl_cx_poploop()
2384 if ((cx->cx_type & CXp_FOR_GV)) in Perl_cx_poploop()
H A Dpp_ctl.c2230 cxflags = CXp_FOR_GV; in PP()
2243 assert((cxflags & CXp_FOR_GV) || !(PL_op->op_private & OPpITER_DEF)); in PP()
/dports/lang/perl5.30/perl-5.30.3/
H A Dcop.h700 : ((c)->cx_type & CXp_FOR_GV) \
899 #define CXp_FOR_GV 0x40 /* foreach using package var */ macro
H A Dinline.h2255 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in S_cx_poploop()
2258 if ((cx->cx_type & CXp_FOR_GV)) in S_cx_poploop()
H A Dpp_ctl.c2211 cxflags = CXp_FOR_GV; in PP()
2224 assert((cxflags & CXp_FOR_GV) || !(PL_op->op_private & OPpITER_DEF)); in PP()
/dports/lang/perl5.34/perl-5.34.0/
H A Dcop.h868 : ((c)->cx_type & CXp_FOR_GV) \
1070 #define CXp_FOR_GV 0x40 /* foreach using package var */ macro
H A Dinline.h2437 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in Perl_cx_poploop()
2440 if ((cx->cx_type & CXp_FOR_GV)) in Perl_cx_poploop()
H A Dpp_ctl.c2245 cxflags = CXp_FOR_GV; in PP()
2258 assert((cxflags & CXp_FOR_GV) || !(PL_op->op_private & OPpITER_DEF)); in PP()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dcop.h859 : ((c)->cx_type & CXp_FOR_GV) \
1062 #define CXp_FOR_GV 0x40 /* foreach using package var */ macro
H A Dinline.h3029 if (cx->cx_type & (CXp_FOR_PAD|CXp_FOR_GV)) { in Perl_cx_poploop()
3032 if ((cx->cx_type & CXp_FOR_GV)) in Perl_cx_poploop()
H A Dpp_ctl.c2245 cxflags = CXp_FOR_GV; in PP()
2258 assert((cxflags & CXp_FOR_GV) || !(PL_op->op_private & OPpITER_DEF)); in PP()
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperl5240delta.pod1622 C<CXp_FOR_PAD> and C<CXp_FOR_GV> flags have been added, and
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperl5240delta.pod1622 C<CXp_FOR_PAD> and C<CXp_FOR_GV> flags have been added, and
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperl5240delta.pod1622 C<CXp_FOR_PAD> and C<CXp_FOR_GV> flags have been added, and
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperl5240delta.pod1622 C<CXp_FOR_PAD> and C<CXp_FOR_GV> flags have been added, and