HomeSort by: relevance | last modified time | path
    Searched refs:h_lcall (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 174 fcall_t **h_lcall; /* points to f_next of last call */ member in struct:hte
read.c 385 *hte->h_lcall = fcall;
386 hte->h_lcall = &fcall->f_next;
1192 nhte->h_lcall = &nhte->h_calls;
1218 if (hte->h_lcall == &call->f_next)
1219 hte->h_lcall = callp;
1221 *nhte->h_lcall = call;
1222 nhte->h_lcall = &call->f_next;
hash.c 105 hte->h_lcall = &hte->h_calls;

Completed in 13 milliseconds