HomeSort by relevance Sort by last modified time
    Searched refs:TFOR (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
tree.c 122 case TFOR:
124 (t->type == TFOR) ? "for" : Tselect, t->str);
1048 OPEN(TFOR)
exec.c 334 case TFOR:
354 if (t->type == TFOR) {
    [all...]
syn.c 423 t = newtp((c == FOR) ? TFOR : TSELECT);
sh.h     [all...]

Completed in 62 milliseconds