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

  /src/usr.bin/xlint/lint2/
hash.c 104 hte->h_calls = NULL;
105 hte->h_lcall = &hte->h_calls;
lint2.h 173 fcall_t *h_calls; /* function calls */ member in struct:hte
chk.c 147 if ((fcall = hte->h_calls) != NULL) {
246 if (hte->h_calls == NULL)
255 for (call = hte->h_calls; call != NULL; call = call->f_next) {
347 if ((calls = hte->h_calls) == NULL)
1079 if (hte->h_calls == NULL)
1099 for (call = hte->h_calls; call != NULL; call = call->f_next) {
1112 for (call = hte->h_calls; call != NULL; call = call->f_next) {
read.c 1159 for (call = hte->h_calls; call != NULL && !ofnd; call = call->f_next) {
1191 nhte->h_calls = NULL;
1192 nhte->h_lcall = &nhte->h_calls;
1215 for (callp = &hte->h_calls; (call = *callp) != NULL; ) {

Completed in 15 milliseconds