Searched refs:h_lcall (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c118 hte->h_lcall = &hte->h_calls;
H A Dlint2.h178 fcall_t **h_lcall; /* points to f_nxt of last call */ member in struct:hte
H A Dread.c340 *hte->h_lcall = fcall;
341 hte->h_lcall = &fcall->f_nxt;
1187 nhte->h_lcall = &nhte->h_calls;
1213 if (hte->h_lcall == &call->f_nxt)
1214 hte->h_lcall = callp;
1216 *nhte->h_lcall = call;
1217 nhte->h_lcall = &call->f_nxt;

Completed in 130 milliseconds