Lines Matching defs:ap
2323 va_list ap;2345 va_start (ap, first_error_name);2354 error_name = va_arg (ap, char*);2356 va_end (ap);