Home
last modified time | relevance | path

Searched refs:NSTAT (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/oawk/
H A Dparse.c46 a->ntype = NSTAT;
127 x->ntype = NSTAT;
160 x->ntype = NSTAT;
182 x->ntype = NSTAT;
193 x->ntype = NSTAT;
217 x->ntype = NSTAT;
H A Dawk.def134 #define NSTAT 2
/titanic_50/usr/src/cmd/awk/
H A Dparse.c53 a->ntype = NSTAT; in exptostat()
112 x->ntype = NSTAT; in stat3()
142 x->ntype = NSTAT; in stat1()
172 x->ntype = NSTAT; in stat2()
182 x->ntype = NSTAT; in stat4()
230 x->ntype = NSTAT; in pa2stat()
H A Dawk.h207 #define NSTAT 2 macro