Searched refs:NEXPR (Results 1 – 3 of 3) sorted by relevance
4 #define NEXPR(x) (!x) macro65 for (;NEXPR(i);) {} in foo()79 do {} while (NEXPR(i)); in foo()
137 x->ntype = NEXPR; in op1()146 x->ntype = NEXPR; in op2()155 x->ntype = NEXPR; in op3()164 x->ntype = NEXPR; in op4()
176 #define NEXPR 3 macro183 #define isexpr(n) ((n)->ntype == NEXPR)