HomeSort by: relevance | last modified time | path
    Searched refs:NEXPR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/historical/nawk/dist/
parse.c 155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
173 x->ntype = NEXPR;
182 x->ntype = NEXPR;
191 x->ntype = NEXPR;
awk.h 212 #define NEXPR 3
219 #define isexpr(n) ((n)->ntype == NEXPR)

Completed in 14 milliseconds