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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c67 static int mnoarg(type_t *, int *);
1277 if (!mnoarg(tp1, warn))
1280 if (!mnoarg(tp2, warn))
1324 * mnoarg() (matches functions with no argument type information)
1334 mnoarg(type_t *tp, int *warn) function
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c68 static int mnoarg(type_t *, int *);
1997 if (!mnoarg(tp1, warn))
2000 if (!mnoarg(tp2, warn))
2042 * mnoarg() (matches functions with no argument type information)
2052 mnoarg(type_t *tp, int *warn) function

Completed in 134 milliseconds