Home
last modified time | relevance | path

Searched defs:block_loop (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dcop.h926 struct block_loop { struct
927 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 */