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 329 case TFOR:
349 if (t->type == TFOR) {
    [all...]
syn.c 423 t = newtp((c == FOR) ? TFOR : TSELECT);
sh.h     [all...]

Completed in 1685 milliseconds