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

/external/mksh/src/
H A Dtree.c180 case TWHILE:
184 (t->type == TWHILE) ? "while" : "until",
1088 OPEN(TWHILE)
H A Dexec.c369 case TWHILE:
385 (t->type == TWHILE))
H A Dsyn.c438 t = newtp((c == WHILE) ? TWHILE : TUNTIL);
H A Dsh.h1311 #define TWHILE 13 macro

Completed in 311 milliseconds