Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dprint.h49 #define FCN 7 /* print fcntl code */ macro
H A Dsystable.c285 {"fcntl", 3, DEC, NOV, DEC, FCN, HEX}, /* 62 */
600 {"fcntl", 3, DEC, NOV, DEC, FCN, HEX}, /* 0: default */
601 {"fcntl", 2, DEC, NOV, DEC, FCN}, /* 1: no arg */
602 {"fcntl", 3, DEC, NOV, DEC, FCN, FFG}, /* 2: F_SETFL */
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h164 #define FCN 040 /* this is a function name */ macro
276 #define isfcn(n) ((n)->tval & FCN)
H A Dparse.c294 v->tval = FCN; in defn()
H A Dawk.g.y488 p->tval |= FCN;