Lines Matching defs:ep
2307 struct env *ep;2313 for (ep = e; ep; ep = ep->oenv)2314 if (STOP_RETURN(ep->type)) {2339 struct env *ep, *last_ep = NULL;2358 for (ep = e; ep && !STOP_BRKCONT(ep->type); ep = ep->oenv)2359 if (ep->type == E_LOOP) {2362 ep->flags |= EF_BRKCONT_PASS;2363 last_ep = ep;