Searched refs:TCOM (Results 1 – 3 of 3) sorted by relevance
106 if (t->type != TPAREN && t->type != TCOM) {204 t->type = TCOM; in simple()250 t->type = TCOM;531 if (t->type != TCOM) {
93 ? eval(wp2, t->type == TCOM ? DOALL : DOALL & ~DOKEY)98 case TCOM:256 if (t->type == TCOM) {
68 #define TCOM 1 /* command */ macro