Searched refs:TAND (Results 1 – 6 of 6) sorted by relevance
48 TAND 0 "&&"
232 if ((t = readtoken()) == TAND) { in andor()508 case TAND: in command()865 RETURN(TAND); in xxreadtoken()
41 #define TAND 6 /* && */ macro
88 case TAND:
281 case TAND:283 if (t->right != NULL && (rv == 0) == (t->type == TAND))
116 t = block(c == LOGAND? TAND: TOR, t, p, NOWORDS); in andor()