Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/truss/
H A Dprint.h49 #define FCN 7 /* print fcntl code */ macro
H A Dsystable.c284 {"fcntl", 3, DEC, NOV, DEC, FCN, HEX}, /* 62 */
599 {"fcntl", 3, DEC, NOV, DEC, FCN, HEX}, /* 0: default */
600 {"fcntl", 2, DEC, NOV, DEC, FCN}, /* 1: no arg */
601 {"fcntl", 3, DEC, NOV, DEC, FCN, FFG}, /* 2: F_SETFL */
/titanic_50/usr/src/cmd/awk/
H A Dawk.h133 #define FCN 040 /* this is a function name */ macro
239 #define isfunc(n) ((n)->tval & FCN)
H A Dparse.c262 v->tval = FCN; in defn()
H A Dtran.c354 if (vp->tval & FCN) in funnyvar()