OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_usyms
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/xlint/lint2/
hash.c
106
hte->
h_usyms
= NULL;
107
hte->h_lusym = &hte->
h_usyms
;
lint2.h
175
usym_t *
h_usyms
; /* usage info */
member in struct:hte
read.c
1163
for (usym = hte->
h_usyms
; usym != NULL && !ofnd; usym = usym->u_next) {
1193
nhte->
h_usyms
= NULL;
1194
nhte->h_lusym = &nhte->
h_usyms
;
1227
for (usymp = &hte->
h_usyms
; (usym = *usymp) != NULL; ) {
chk.c
150
} else if ((usym = hte->
h_usyms
) != NULL) {
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025