Home
last modified time | relevance | path

Searched refs:NEXPR (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/one-true-awk/
H A Dparse.c137 x->ntype = NEXPR; in op1()
146 x->ntype = NEXPR; in op2()
155 x->ntype = NEXPR; in op3()
164 x->ntype = NEXPR; in op4()
H A Dawk.h182 #define NEXPR 3 macro
189 #define isexpr(n) ((n)->ntype == NEXPR)