Searched refs:USE_STDARG (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dconfig1.h49 # define USE_STDARG macro
122 # define USE_STDARG macro
146 # define USE_STDARG macro
163 # define USE_STDARG macro
172 # ifdef USE_STDARG
173 # undef USE_STDARG macro
H A Dtradstdc.h46 * USE_STDARG means use the ANSI <stdarg.h> facilities (only ANSI compilers
51 * The defaults are USE_STDARG for ANSI compilers, and USE_OLDARGS for
63 # if !defined(USE_VARARGS) && !defined(USE_OLDARGS) && !defined(USE_STDARG)
64 # define USE_STDARG macro
69 #ifdef USE_STDARG
126 # if defined(MSDOS) || defined(USE_STDARG)
H A Dntconf.h102 #define USE_STDARG macro
H A Dwceconf.h138 #define USE_STDARG macro
H A Dsystem.h475 # if defined(USE_STDARG) || defined(USE_VARARGS)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dconfig1.h49 # define USE_STDARG macro
122 # define USE_STDARG macro
146 # define USE_STDARG macro
163 # define USE_STDARG macro
172 # ifdef USE_STDARG
173 # undef USE_STDARG macro
H A Dtradstdc.h46 * USE_STDARG means use the ANSI <stdarg.h> facilities (only ANSI compilers
51 * The defaults are USE_STDARG for ANSI compilers, and USE_OLDARGS for
63 # if !defined(USE_VARARGS) && !defined(USE_OLDARGS) && !defined(USE_STDARG)
64 # define USE_STDARG macro
69 #ifdef USE_STDARG
126 # if defined(MSDOS) || defined(USE_STDARG)
H A Dntconf.h102 #define USE_STDARG macro
H A Dwceconf.h138 #define USE_STDARG macro
H A Dsystem.h475 # if defined(USE_STDARG) || defined(USE_VARARGS)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c23 #if defined(USE_STDARG) || defined(USE_VARARGS)
34 # ifdef USE_STDARG
42 #else /* USE_STDARG | USE_VARARG */
48 #endif /* USE_STDARG | USE_VARARG */
210 #if defined(USE_STDARG) || defined(USE_VARARGS)
221 # ifdef USE_STDARG
229 #else /* USE_STDARG | USE_VARARG */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c23 #if defined(USE_STDARG) || defined(USE_VARARGS)
34 # ifdef USE_STDARG
42 #else /* USE_STDARG | USE_VARARG */
48 #endif /* USE_STDARG | USE_VARARG */
210 #if defined(USE_STDARG) || defined(USE_VARARGS)
221 # ifdef USE_STDARG
229 #else /* USE_STDARG | USE_VARARG */

Completed in 119 milliseconds