Home
last modified time | relevance | path

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

/NextBSD/usr.bin/xlint/lint2/
HDchk.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; in chkund()
234 fcall_t *call; in chkvtui()
336 fcall_t *calls, *call, *call1; in chkfaui()
[all …]
HDlint2.h156 } fcall_t; typedef
177 fcall_t *h_calls; /* function calls */
178 fcall_t **h_lcall; /* points to f_nxt of last call */
HDread.c273 fcall_t *fcall; in funccall()
276 fcall = xalloc(sizeof (fcall_t)); in funccall()
1135 fcall_t **callp, *call; in mkstatic()