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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h260 # define CxITERVAR(c) \ macro
270 cx->blk_loop.itersave = SvREFCNT_inc(*CxITERVAR(cx)); \
274 # define CxITERVAR(c) ((c)->blk_loop.itervar) macro
277 cx->blk_loop.itersave = SvREFCNT_inc(*CxITERVAR(cx)); \
295 if (CxITERVAR(cx)) { \
296 SV **s_v_p = CxITERVAR(cx); \
H A Dscope.c1123 PTR2UV(CxITERVAR(cx)));
1124 if (CxITERVAR(cx))
H A Dpp_hot.c1855 itersvp = CxITERVAR(cx);

Completed in 31 milliseconds