Searched refs:FCN (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.h | 50 #define FCN 7 /* print fcntl code */ macro
|
H A D | systable.c | 285 {"fcntl", 4, DEC, NOV, DEC, FCN, HEX, 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 */ 603 {"fcntl", 3, DEC, NOV, DEC, FCN, FFD}, /* 3: F_SETFD */ 604 {"fcntl", 4, DEC, NOV, DEC, FCN, DEC, FFD}, /* 4: F_DUP3FD */
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 164 #define FCN 040 /* this is a function name */ macro 276 #define isfcn(n) ((n)->tval & FCN)
|
H A D | parse.c | 294 v->tval = FCN; in defn()
|
H A D | awk.g.y | 488 p->tval |= FCN;
|