Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dparse.c235 if (isfcn(cp)) in makearr()
H A Dawk.h276 #define isfcn(n) ((n)->tval & FCN) macro
H A Dawk.g.y485 else if (isfcn(p))
H A Dtran.c404 if (isfcn(vp)) in funnyvar()
H A Drun.c261 if (!isfcn(fcn)) in call()
291 if (isfcn(y)) { in call()