Searched refs:isvalue (Results 1 – 3 of 3) sorted by relevance
| /titanic_50/usr/src/cmd/awk/ | ||
| H A D | parse.c | 210 if (isvalue(p)) { in makearr() |
| H A D | awk.h | 228 #define isvalue(n) ((n)->ntype == NVALUE) macro |
| H A D | run.c | 98 if (isvalue(a)) { in r_execute() |