OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:w_next
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/altq/
altq_red.h
124
struct wtab *
w_next
;
member in struct:wtab
altq_red.c
653
for (w = wtab_list; w != NULL; w = w->
w_next
)
664
w->
w_next
= wtab_list;
687
wtab_list = w->
w_next
;
688
else for (prev = wtab_list; prev->
w_next
!= NULL; prev = prev->
w_next
)
689
if (prev->
w_next
== w) {
690
prev->
w_next
= w->
w_next
;
/src/bin/csh/
func.c
330
for (wp = whyles; wp; wp = wp->
w_next
)
422
nwp->
w_next
= whyles;
460
nwp->
w_next
= whyles;
639
whyles = wp->
w_next
;
833
nwp = wp->
w_next
;
csh.h
402
struct whyle *
w_next
; /* Next (more outer) loop */
member in struct:whyle
Completed in 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026