Home
last modified time | relevance | path

Searched refs:E_LOOP (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dexec.c324 e->type = E_LOOP; in execute()
357 e->type = E_LOOP; in execute()
Dmain.c965 case E_LOOP: in unwind()
Dsh.h833 #define E_LOOP 5 /* executing for/while # */ macro
Dfuncs.c2199 if (ep->type == E_LOOP) { in c_brkcont()