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 101 case TFOR:
103 (t->type == TFOR) ? "for" : Tselect, t->str);
917 OPEN(TFOR)
exec.c 333 case TFOR:
355 if (t->type == TFOR) {
    [all...]
syn.c 420 t = newtp((c == FOR) ? TFOR : TSELECT);
sh.h     [all...]

Completed in 234 milliseconds