Home
last modified time | relevance | path

Searched refs:CxITERVAR (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dcop.h253 # define CxITERVAR(c) \ macro
263 cx->blk_loop.itersave = SvREFCNT_inc(*CxITERVAR(cx)); \
267 # define CxITERVAR(c) ((c)->blk_loop.itervar) macro
270 cx->blk_loop.itersave = SvREFCNT_inc(*CxITERVAR(cx)); \
288 if (CxITERVAR(cx)) { \
289 SV **s_v_p = CxITERVAR(cx); \
Dscope.c1149 PTR2UV(CxITERVAR(cx))); in Perl_cx_dump()
1150 if (CxITERVAR(cx)) in Perl_cx_dump()
Dpp_hot.c1861 itersvp = CxITERVAR(cx); in PP()