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 99 case TFOR:
100 if (t->type == TFOR)
exec.c 268 case TFOR:
289 if (t->type == TFOR) {
    [all...]
syn.c 403 t = newtp((c == FOR) ? TFOR : TSELECT);
sh.h 1082 #define TFOR 9
    [all...]

Completed in 92 milliseconds