Searched refs:h_calls (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c117 hte->h_calls = NULL;
118 hte->h_lcall = &hte->h_calls;
H A Dlint2.h177 fcall_t *h_calls; /* function calls */ member in struct:hte
H A Dchk.c139 if ((fcall = hte->h_calls) != NULL) {
241 if (hte->h_calls == NULL)
250 for (call = hte->h_calls; call != NULL; call = call->f_nxt) {
341 if ((calls = hte->h_calls) == NULL)
1055 if (hte->h_calls == NULL)
1061 for (call = hte->h_calls; call != NULL; call = call->f_nxt) {
1082 for (call = hte->h_calls; call != NULL; call = call->f_nxt) {
H A Dread.c1154 for (call = hte->h_calls; call != NULL && !ofnd; call = call->f_nxt) {
1186 nhte->h_calls = NULL;
1187 nhte->h_lcall = &nhte->h_calls;
1210 for (callp = &hte->h_calls; (call = *callp) != NULL; ) {

Completed in 63 milliseconds