Searched refs:NEXPR (Results 1 – 4 of 4) 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()
200 #define NEXPR 3 macro207 #define isexpr(n) ((n)->ntype == NEXPR)