Searched refs:FCN (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/truss/ |
H A D | print.h | 49 #define FCN 7 /* print fcntl code */ macro
|
H A D | systable.c | 284 {"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 D | awk.h | 133 #define FCN 040 /* this is a function name */ macro 239 #define isfunc(n) ((n)->tval & FCN)
|
H A D | parse.c | 262 v->tval = FCN; in defn()
|
H A D | tran.c | 354 if (vp->tval & FCN) in funnyvar()
|