Home
last modified time | relevance | path

Searched refs:TWHILE (Results 1 – 5 of 5) sorted by relevance

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