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

/external/mksh/src/
H A Dexec.c336 e->type = E_LOOP;
371 e->type = E_LOOP;
H A Dmain.c885 case E_LOOP:
H A Dsh.h726 #define E_LOOP 5 /* executing for/while # */ macro
732 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
H A Dfuncs.c2372 if (ep->type == E_LOOP) {

Completed in 142 milliseconds