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