Searched refs:TCOM (Results 1 - 8 of 8) sorted by relevance

/external/mksh/src/
H A Dsyn.c287 t = newtp(TCOM);
397 t = newtp(TCOM);
473 if (t && t->type == TCOM) {
503 if (t->type == TCOM || t->type == TDBRACKET) {
711 t->left = newtp(TCOM);
H A Dtree.c57 case TCOM:
982 OPEN(TCOM)
H A Dexec.c82 if (t->type == TCOM) {
173 case TCOM:
443 /* an eval'd TCOM */
H A Deval.c1322 if (t->type == TCOM &&
H A Dmain.c828 } else if ((s->flags & SF_MAYEXEC) && t->type == TCOM)
H A Dsh.h1282 * time hook for TCOM.
1284 int lineno; /* TCOM/TFUNC: LINENO for this */
1288 /* TCOM: arg expansion eval() flags */
1299 #define TCOM 1 /* command */ macro
1319 #define TEXEC 21 /* fork/exec eval'd TCOM */
1380 #define XTIME BIT(10) /* timing TCOM command */
H A Dfuncs.c2564 if (t->left->type == TCOM)
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Did3_parser.js697 TCOM: 'ID3_COMPOSER',

Completed in 97 milliseconds