Home | History | Annotate | Download | only in src

Lines Matching defs:ep

2276 		struct env *ep;
2282 for (ep = e; ep; ep = ep->oenv)
2283 if (STOP_RETURN(ep->type)) {
2304 struct env *ep, *last_ep = NULL;
2323 for (ep = e; ep && !STOP_BRKCONT(ep->type); ep = ep->oenv)
2324 if (ep->type == E_LOOP) {
2327 ep->flags |= EF_BRKCONT_PASS;
2328 last_ep = ep;