OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:e_next
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/lib/libsa/
ls.c
166
struct lsentry *
e_next
;
member in struct:lsentry
192
for (np = names; *np; np = &(*np)->
e_next
) {
196
n->
e_next
= *np;
209
names = n->
e_next
;
219
names = n->
e_next
;
/src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c
76
entry_t *
e_next
;
member in struct:entry_t
211
for (np = &names; *np; np = &(*np)->
e_next
) {
215
n->
e_next
= *np;
225
names = n->
e_next
;
/src/usr.sbin/npf/npfctl/
npf_var.c
49
struct npf_element *
e_next
;
member in struct:npf_element
124
vp->v_last->
e_next
= el;
144
vp->v_last->
e_next
= vp2->v_elements;
162
npfvar_free_elements(el->
e_next
);
257
el = el->
e_next
;
/src/sbin/restore/
restore.h
99
struct entry *
e_next
; /* hash chain list */
member in struct:entry
/src/games/hunt/huntd/
hunt.h
125
EXPL *
e_next
;
member in struct:expl_def
/src/games/gomoku/
gomoku.h
189
struct elist *
e_next
; /* list of completion points */
member in struct:elist
Completed in 13 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025