OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcall
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint2/
chk.c
141
fcall_t *
fcall
;
local
147
if ((
fcall
= hte->h_calls) != NULL) {
149
msg(0, hte->h_name, mkpos(&
fcall
->f_pos));
lint2.h
145
typedef struct
fcall
{
struct
151
struct
fcall
*f_next; /* next call of same function */
read.c
319
fcall_t *
fcall
;
local
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
...]
Completed in 14 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026