Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint2/
Dread.c1143 bool ofnd; in mkstatic() local
1154 ofnd = false; in mkstatic()
1155 for (sym = hte->h_syms; sym != NULL && !ofnd; sym = sym->s_next) { in mkstatic()
1157 ofnd = true; in mkstatic()
1159 for (call = hte->h_calls; call != NULL && !ofnd; call = call->f_next) { in mkstatic()
1161 ofnd = true; in mkstatic()
1163 for (usym = hte->h_usyms; usym != NULL && !ofnd; usym = usym->u_next) { in mkstatic()
1165 ofnd = true; in mkstatic()
1167 if (!ofnd) { in mkstatic()