HomeSort by relevance Sort by last modified time
    Searched refs:NEXPR (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
parse.c 137 x->ntype = NEXPR;
146 x->ntype = NEXPR;
155 x->ntype = NEXPR;
164 x->ntype = NEXPR;
awk.h 176 #define NEXPR 3
183 #define isexpr(n) ((n)->ntype == NEXPR)

Completed in 18 milliseconds