Home
last modified time | relevance | path

Searched refs:VA_LIST (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gdb/include/
HDansidecl.h154 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument
/NextBSD/contrib/libreadline/examples/rlfe/
HDos.h97 # define VA_LIST(var) va_list var; macro
105 # define VA_LIST(var) va_list var; macro
113 # define VA_LIST(var) macro
/NextBSD/contrib/binutils/include/
HDansidecl.h159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument
/NextBSD/contrib/gcclibs/include/
HDansidecl.h159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument
/NextBSD/contrib/gcc/
HDChangeLog-199913287 semicolon from the BSD VA_LIST replacement expression.