Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dsyn.c236 t = newtp(TCOM);
305 t = newtp(TCOM);
412 if (t->type == TCOM || t->type == TDBRACKET) {
584 t->left = newtp(TCOM);
H A Dtree.h36 #define TCOM 1 /* command */ macro
H A Dexec.c107 if (t->type == TCOM) {
158 case TCOM:
H A Dc_sh.c748 if (t->left->type == TCOM)
H A Dtree.c44 case TCOM: