Home
last modified time | relevance | path

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

/third_party/mksh/
Dexec.c324 e->type = E_LOOP; in execute()
357 e->type = E_LOOP; in execute()
Dmain.c1013 case E_LOOP: in unwind()
Dsh.h879 #define E_LOOP 5 /* executing for/while # */ macro
Dfuncs.c2207 if (ep->type == E_LOOP) { in c_brkcont()