Home
last modified time | relevance | path

Searched refs:isfcn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dawk.h231 #define isfcn(n) ((n)->tval & FCN) macro
H A Dparse.c214 if (isfcn(cp)) in makearr()
H A Dawkgram.y480 else if (isfcn(p))
H A Drun.c242 if (!isfcn(fcn)) in call()
264 if (isfcn(y)) in call()