Home | History | Annotate | Download | only in lint2

Lines Matching defs:ap1

341 	const type_t *tp1, *tp2, **ap1, **ap2;
378 ap1 = tp1->t_args;
381 while (*ap1 != NULL && *ap2 != NULL) {
387 *ap1, *ap2);
388 ap1++;
391 if (*ap1 == *ap2) {
408 msg(7, hte->h_name, total_args(n, ap1), mkpos(pos1p),
1130 const type_t **ap1, **ap2, *tp1, *tp2;
1152 ap1 = TP(sym1->s_type)->t_args;
1155 while (*ap1 != NULL && *ap2 != NULL) {
1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2,
1167 ap1++;
1170 if (*ap1 == *ap2) {
1182 total_args(n, ap1), mkpos(&sym1->s_pos),