Home
last modified time | relevance | path

Searched refs:TFOR (Results 1 – 4 of 4) sorted by relevance

/third_party/mksh/
Dtree.c154 case TFOR: in ptree()
156 (t->type == TFOR) ? "for" : Tselect, t->str); in ptree()
1086 OPEN(TFOR) in dumptree()
Dexec.c317 case TFOR: in execute()
337 if (t->type == TFOR) { in execute()
Dsyn.c439 t = newtp((c == FOR) ? TFOR : TSELECT); in get_command()
Dsh.h1971 #define TFOR 9 macro