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

  /external/mksh/src/
syn.c 263 t = newtp(TCOM);
393 t = newtp(TCOM);
500 if (t->type == TCOM || t->type == TDBRACKET) {
692 t->left = newtp(TCOM);
tree.c 54 case TCOM:
851 OPEN(TCOM)
exec.c 78 if (t->type == TCOM) {
178 case TCOM:
452 /* an eval'd TCOM */
    [all...]
eval.c 1240 if (t != NULL && t->type == TCOM &&
    [all...]
sh.h     [all...]
funcs.c     [all...]

Completed in 194 milliseconds