Searched refs:FCN (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/binutils-2.34/gas/ |
| HD | as.h | 449 #define PRINTF_LIKE(FCN) \ argument 450 void FCN (const char *format, ...) \ 452 #define PRINTF_WHERE_LIKE(FCN) \ argument 453 void FCN (const char *file, unsigned int line, const char *format, ...) \ 458 #define PRINTF_LIKE(FCN) void FCN (const char *format, ...) argument 459 #define PRINTF_WHERE_LIKE(FCN) void FCN (const char *file, \ argument
|
| /dragonfly/contrib/binutils-2.27/gas/ |
| HD | as.h | 439 #define PRINTF_LIKE(FCN) \ argument 440 void FCN (const char *format, ...) \ 442 #define PRINTF_WHERE_LIKE(FCN) \ argument 443 void FCN (const char *file, unsigned int line, const char *format, ...) \ 448 #define PRINTF_LIKE(FCN) void FCN (const char *format, ...) argument 449 #define PRINTF_WHERE_LIKE(FCN) void FCN (const char *file, \ argument
|
| /dragonfly/contrib/awk/ |
| HD | awk.h | 135 #define FCN 040 /* this is a function name */ macro 223 #define isfcn(n) ((n)->tval & FCN)
|
| HD | tran.c | 335 if (vp->tval & FCN) in funnyvar() 627 { "FCN", FCN }, in flags2str()
|
| HD | parse.c | 247 v->tval = FCN; in defn()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | od-xcoff.c | 223 SC_ENTRY(FCN),
|
| /dragonfly/games/fortune/datfiles/ |
| HD | fortunes | 5659 (DEFUN MAPCAR (&FUNCTIONAL FCN &EVAL &REST LISTS) 5663 (%START-FUNCTION-CALL FCN T (LENGTH LISTS) NIL) 5670 L2 (%FINISH-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
|