Home | History | Annotate | Download | only in include

Lines Matching defs:VA_START

34    VA_START(ap, var)	va_start(ap, var)	va_start(ap)
70 thoroughly than the simple VA_START() macro mentioned above.
72 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
170 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
215 #define VA_START(va_list, var) va_start(va_list)
217 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy