Searched refs:ntype (Results 1 – 3 of 3) sorted by relevance
46 a->ntype = NSTAT; in exptostat()101 x->ntype = NSTAT; in stat1()110 x->ntype = NSTAT; in stat2()119 x->ntype = NSTAT; in stat3()128 x->ntype = NSTAT; in stat4()137 x->ntype = NEXPR; in op1()146 x->ntype = NEXPR; in op2()155 x->ntype = NEXPR; in op3()164 x->ntype = NEXPR; in op4()175 x->ntype = NVALUE; in celltonode()[all …]
133 int ntype; member182 #define isvalue(n) ((n)->ntype == NVALUE)183 #define isexpr(n) ((n)->ntype == NEXPR)
41 #define info(v) (v)->ntype /* badly overloaded here */