Searched refs:fcall_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h156 } fcall_t; typedef in typeref:struct:fcall
177 fcall_t *h_calls; /* function calls */
178 fcall_t **h_lcall; /* points to f_nxt of last call */
H A Dchk.c56 fcall_t *, fcall_t *, type_t *, type_t *);
59 static void printflike(hte_t *,fcall_t *, int, const char *, type_t **);
60 static void scanflike(hte_t *, fcall_t *, int, const char *, type_t **);
61 static void badfmt(hte_t *, fcall_t *);
62 static void inconarg(hte_t *, fcall_t *, int);
63 static void tofewarg(hte_t *, fcall_t *);
64 static void tomanyarg(hte_t *, fcall_t *);
133 fcall_t *fcall;
234 fcall_t *cal
[all...]
H A Dread.c273 fcall_t *fcall;
276 fcall = xalloc(sizeof (fcall_t));
1135 fcall_t **callp, *call;

Completed in 68 milliseconds