Home
last modified time | relevance | path

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

/external/mksh/src/
Dexec.c323 e->type = E_LOOP; in execute()
356 e->type = E_LOOP; in execute()
Dmain.c974 case E_LOOP: in unwind()
Dsh.h779 #define E_LOOP 5 /* executing for/while # */ macro
Dfuncs.c2195 if (ep->type == E_LOOP) { in c_brkcont()