Searched refs:h_lcall (Results 1 – 3 of 3) sorted by relevance
385 *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()
177 fcall_t **h_lcall; /* points to f_next of last call */ member
105 hte->h_lcall = &hte->h_calls; in hash_search()