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

/netbsd-6-1-5-RELEASE/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.c59 fcall_t *, fcall_t *, type_t *, type_t *);
62 static void printflike(hte_t *,fcall_t *, int, const char *, type_t **);
63 static void scanflike(hte_t *, fcall_t *, int, const char *, type_t **);
64 static void badfmt(hte_t *, fcall_t *);
65 static void inconarg(hte_t *, fcall_t *, int);
66 static void tofewarg(hte_t *, fcall_t *);
67 static void tomanyarg(hte_t *, fcall_t *);
136 fcall_t *fcall;
237 fcall_t *cal
[all...]
H A Dread.c282 fcall_t *fcall;
285 fcall = xalloc(sizeof (fcall_t));
1186 fcall_t **callp, *call;

Completed in 63 milliseconds