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