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

  /system/core/sh/
token.h 21 #define TFOR 20
mktokens 61 TFOR 0 "for"
parser.c 359 case TFOR:
    [all...]
  /external/mksh/src/
tree.c 122 case TFOR:
124 (t->type == TFOR) ? "for" : Tselect, t->str);
1028 OPEN(TFOR)
exec.c 335 case TFOR:
354 if (t->type == TFOR) {
    [all...]
syn.c 424 t = newtp((c == FOR) ? TFOR : TSELECT);
sh.h     [all...]

Completed in 98 milliseconds