Home
last modified time | relevance | path

Searched refs:ntype (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dparse.c46 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 …]
Dawk.h133 int ntype; member
182 #define isvalue(n) ((n)->ntype == NVALUE)
183 #define isexpr(n) ((n)->ntype == NEXPR)
Db.c41 #define info(v) (v)->ntype /* badly overloaded here */