Searched refs:eqargs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c66 static int eqargs(type_t *, type_t *, int *);
1274 if (!eqargs(tp1, tp2, warn))
1300 eqargs(type_t *tp1, type_t *tp2, int *warn) function
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c67 static int eqargs(type_t *, type_t *, int *);
1994 if (!eqargs(tp1, tp2, warn))
2018 eqargs(type_t *tp1, type_t *tp2, int *warn) function

Completed in 64 milliseconds