Home | History | Annotate | Download | only in hb-old

Lines Matching defs:ap

1138     va_list ap;
1139 va_start(ap, msg); // use variable arg list
1140 vfprintf(stderr, msg, ap);
1141 va_end(ap);