Lines Matching defs:ep
2394 struct env *ep;2400 for (ep = e; ep; ep = ep->oenv)2401 if (STOP_RETURN(ep->type)) {2427 struct env *ep, *last_ep = NULL;2446 for (ep = e; ep && !STOP_BRKCONT(ep->type); ep = ep->oenv)2447 if (ep->type == E_LOOP) {2450 ep->flags |= EF_BRKCONT_PASS;2451 last_ep = ep;