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);
1046 OPEN(TFOR)
exec.c 333 case TFOR:
353 if (t->type == TFOR) {
    [all...]
syn.c 447 t = newtp((c == FOR) ? TFOR : TSELECT);
sh.h     [all...]

Completed in 78 milliseconds