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

/external/mksh/src/
H A Dtree.c158 case TWHILE:
162 (t->type == TWHILE) ? "while" : "until",
956 OPEN(TWHILE)
H A Dexec.c375 case TWHILE:
394 (t->type == TWHILE))
H A Dsyn.c435 t = newtp((c == WHILE) ? TWHILE : TUNTIL);
H A Dsh.h1171 #define TWHILE 13 macro

Completed in 76 milliseconds