Home
last modified time | relevance | path

Searched refs:TCOM (Results 1 – 7 of 7) sorted by relevance

/external/mksh/src/
Dsyn.c263 t = newtp(TCOM); in get_command()
393 t = newtp(TCOM); in get_command()
500 if (t->type == TCOM || t->type == TDBRACKET) { in get_command()
692 t->left = newtp(TCOM); in function_body()
Dtree.c54 case TCOM: in ptree()
851 OPEN(TCOM) in dumptree()
Dexec.c78 if (t->type == TCOM) { in execute()
178 case TCOM: in execute()
Deval.c1240 if (t != NULL && t->type == TCOM && in comsub()
Dsh.h1159 #define TCOM 1 /* command */ macro
Dfuncs.c2509 if (t->left->type == TCOM) in timex()
Dcheck.t7780 #TCOM