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

/external/mksh/src/
H A Dtree.c122 case TFOR:
124 (t->type == TFOR) ? "for" : Tselect, t->str);
1048 OPEN(TFOR)
H A Dexec.c329 case TFOR:
349 if (t->type == TFOR) {
H A Dsyn.c423 t = newtp((c == FOR) ? TFOR : TSELECT);
H A Dsh.h1307 #define TFOR 9 macro

Completed in 335 milliseconds