Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c293 t = newtp(TCOM); in get_command()
412 t = newtp(TCOM); in get_command()
489 if (t && t->type == TCOM) { in get_command()
518 if (t->type == TCOM || t->type == TDBRACKET) { in get_command()
732 t->left = newtp(TCOM); in function_body()
Dtree.c71 case TCOM: in ptree()
1020 OPEN(TCOM) in dumptree()
Dexec.c80 if (t->type == TCOM) { in execute()
161 case TCOM: in execute()
Dmain.c967 } else if ((s->flags & SF_MAYEXEC) && t->type == TCOM) in shell()
Deval.c1553 if (t->type == TCOM && in comsub()
Dsh.h1963 #define TCOM 1 /* command */ macro
Dfuncs.c2407 if (t->left->type == TCOM) in timex()
Dcheck.t11720 #TCOM
12421 #TCOM
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2.3.0.txt399 4.2.1 TCOM [#TCOM Composer]
504 TCOM
Did3v2.4.0-frames.txt168 4.2.2 TCOM Composer
352 TCOM
/third_party/gstreamer/gstplugins_good/
DChangeLog146422 Fix writing of comment frames (should be COMM not TCOM),