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

  /external/mksh/src/
tree.c 135 case TFOR:
137 (t->type == TFOR) ? "for" : Tselect, t->str);
1080 OPEN(TFOR)
exec.c 316 case TFOR:
336 if (t->type == TFOR) {
    [all...]
syn.c 447 t = newtp((c == FOR) ? TFOR : TSELECT);
sh.h     [all...]

Completed in 52 milliseconds