Home | History | Annotate | Download | only in lint2

Lines Matching defs:fcall

319 	fcall_t *fcall;
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;