Home | History | Annotate | Download | only in include

Lines Matching refs:VA_START

33    VA_START(ap, var)	va_start(ap, var)	va_start(ap)
69 thoroughly than the simple VA_START() macro mentioned above.
71 VA_OPEN and VA_CLOSE are used *instead of* va_start and va_end.
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR)
165 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP, VAR); { struct Qdmy
210 #define VA_START(va_list, var) va_start(va_list)
212 #define VA_OPEN(AP, VAR) { va_list AP; va_start(AP); { struct Qdmy