Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NVALUE
usr/src/cmd/awk/awk.h
263
#define isvalue(n) ((n)->ntype == NVALUE)
usr/src/cmd/awk/parse.c
217
x->ntype = NVALUE;
usr/src/cmd/oawk/parse.c
202
x->ntype = NVALUE;