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()
1086 OPEN(TWHILE) in dumptree()
Dexec.c373 case TWHILE: in execute()
389 (t->type == TWHILE)) in execute()
Dsyn.c462 t = newtp((c == WHILE) ? TWHILE : TUNTIL); in get_command()
Dsh.h1370 #define TWHILE 13 macro
Dcheck.t10302 #TWHILE
11003 #TWHILE