Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint2/
Dread.c385 *hte->h_lcall = fcall; in funccall()
386 hte->h_lcall = &fcall->f_next; in funccall()
1192 nhte->h_lcall = &nhte->h_calls; in mkstatic()
1218 if (hte->h_lcall == &call->f_next) in mkstatic()
1219 hte->h_lcall = callp; in mkstatic()
1221 *nhte->h_lcall = call; in mkstatic()
1222 nhte->h_lcall = &call->f_next; in mkstatic()
Dlint2.h177 fcall_t **h_lcall; /* points to f_next of last call */ member
Dhash.c105 hte->h_lcall = &hte->h_calls; in hash_search()