Searched refs:TAND (Results 1 – 4 of 4) sorted by relevance
84 case TAND: in ptree()901 OPEN(TAND) in dumptree()
303 case TAND: in execute()305 if ((rv == 0) == (t->type == TAND)) in execute()
120 t = block(c == LOGAND? TAND: TOR, t, p, NOWORDS); in andor()
1164 #define TAND 6 /* && */ macro