OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lh_next
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/sed/
compile.c
70
struct labhash *
lh_next
;
member in struct:labhash
1038
for (lh = *lhp; lh != NULL; lh = lh->
lh_next
)
1042
lh->
lh_next
= *lhp;
1062
for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->
lh_next
) {
1083
next = lh->
lh_next
;
Completed in 59 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025