HomeSort by: relevance | last modified time | path
    Searched defs:fcall (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint2/
chk.c 141 fcall_t *fcall; local in function:check_used_not_defined
147 if ((fcall = hte->h_calls) != NULL) {
149 msg(0, hte->h_name, mkpos(&fcall->f_pos));
read.c 319 fcall_t *fcall; local in function:funccall
322 fcall = xalloc(sizeof(*fcall));
323 fcall->f_pos = pos;
327 lai = &fcall->f_args;
369 fcall->f_rused = rused;
370 fcall->f_rdisc = rdisc;
383 fcall->f_type = inptype(cp, &cp);
385 *hte->h_lcall = fcall;
386 hte->h_lcall = &fcall->f_next
    [all...]
lint2.h 145 typedef struct fcall { struct
151 struct fcall *f_next; /* next call of same function */

Completed in 13 milliseconds