Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/
HDas.h497 #define PRINTF_LIKE(FCN) \ argument
498 void FCN (const char *format, ...) \
500 #define PRINTF_WHERE_LIKE(FCN) \ argument
501 void FCN (char *file, unsigned int line, const char *format, ...) \
506 #define PRINTF_LIKE(FCN) void FCN (const char *format, ...) argument
507 #define PRINTF_WHERE_LIKE(FCN) void FCN (char *file, \ argument
515 #define PRINTF_LIKE(FCN) void FCN () argument
516 #define PRINTF_WHERE_LIKE(FCN) void FCN () argument
/NextBSD/contrib/one-true-awk/
HDawk.h109 #define FCN 040 /* this is a function name */ macro
195 #define isfcn(n) ((n)->tval & FCN)
HDparse.c247 v->tval = FCN; in defn()
HDtran.c311 if (vp->tval & FCN) in funnyvar()
/NextBSD/usr.bin/fortune/datfiles/
HDfortunes.sp.ok1317 FCN
HDfortunes4920 (DEFUN MAPCAR (&FUNCTIONAL FCN &EVAL &REST LISTS)
4924 (%START-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
4931 L2 (%FINISH-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
/NextBSD/contrib/gcc/
HDChangeLog-199810253 * explow.c (emit_stack_save): Add prototype for FCN.