Home
last modified time | relevance | path

Searched refs:DEFUN (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/gdb/include/
HDansidecl.h189 #define DEFUN(name, arglist, args) name(args) macro
228 #define DEFUN(name, arglist, args) name arglist args; macro
/NextBSD/contrib/binutils/include/
HDansidecl.h194 #define DEFUN(name, arglist, args) name(args) macro
233 #define DEFUN(name, arglist, args) name arglist args; macro
/NextBSD/contrib/gcclibs/include/
HDansidecl.h194 #define DEFUN(name, arglist, args) name(args) macro
233 #define DEFUN(name, arglist, args) name arglist args; macro
/NextBSD/contrib/ntp/sntp/m4/
HDntp_libntp.m4541 ]) dnl end of DEFUN of NTP_C99_SNPRINTF
/NextBSD/contrib/binutils/bfd/
HDChangeLog-9193718 * elf32-hppa.c (hppa_elf_reloc): Remove DEFUN crud. Remove code
1034 and clarify existing comments. Do not use DEFUN to declare this
2991 (new_bfd): Prototype-style definition, using DEFUN.
4201 * coff-msym.c: Eliminated uses of DEFUN.
4342 * aout-mipsbsd.c: Eliminated uses of DEFUN.
4538 * coff-msym.c: Use DEFUN for function definitons.
4601 * hppa.c: Get rid of DEFUN, use more conventional prolog stuff.
5722 * bout.c (callj_callback): Use DEFUN macro in definition.
6248 * archive.c: Add missing commas in DEFUN macro (2 places).
HDChangeLog-00016716 * riscix.c: Remove DEFUN.
6737 * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
HDChangeLog-94958468 stuff broke for SunOS4 /bin/cc (due to DEFUN elimination, I guess).
8524 Replace DEFUN and DEFUN_VOID with K&R-style function definition.
/NextBSD/usr.bin/fortune/datfiles/
HDfortunes.sp.ok989 DEFUN
HDfortunes4920 (DEFUN MAPCAR (&FUNCTIONAL FCN &EVAL &REST LISTS)
/NextBSD/contrib/binutils/libiberty/
HDChangeLog2048 * copysign.c: Use traditional function declaration instead of DEFUN.
2051 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
2054 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
3237 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
/NextBSD/contrib/gcclibs/libiberty/
HDChangeLog1850 * copysign.c: Use traditional function declaration instead of DEFUN.
1853 * memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
1856 * memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
3039 * cplus-dem.c: Eliminate use of DEFUN, it is obsolete and cannot
/NextBSD/contrib/binutils/gas/
HDChangeLog-00015900 * config/obj-aout.c: Remove all uses of DEFUN.
5924 * config/tc-h8500.c: Remove all uses of DEFUN.
HDChangeLog-92954107 tc_headers_hook, md_operand, md_number_to_chars): Don't use DEFUN.
6177 * config/obj-coffbfd.c: Removed all uses of DEFUN and DEFUN_VOID.
/NextBSD/contrib/binutils/ld/
HDChangeLog-91976324 ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls