Searched refs:EF_BRKCONT_PASS (Results 1 – 3 of 3) sorted by relevance
342 if ((e->flags&EF_BRKCONT_PASS) || in execute()377 if ((e->flags&EF_BRKCONT_PASS) || in execute()
2450 ep->flags |= EF_BRKCONT_PASS; in c_brkcont()2470 last_ep->flags &= ~EF_BRKCONT_PASS; in c_brkcont()
777 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */ macro