Searched defs:block_loop (Results 1 – 1 of 1) sorted by relevance
926 struct block_loop { struct927 LOOP * my_op; /* My op, that contains redo, next and last ops. */928 union { /* different ways of locating the iteration variable */931 } itervar_u;932 SV *itersave; /* the original iteration var */933 union {950 } state_u;952 PAD *oldcomppad; /* needed to map itervar_u.svp during thread clone */