OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:di_next
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/csh/
dir.h
41
struct directory *
di_next
; /* next in loop */
member in struct:directory
dir.c
134
dhead.
di_next
= dhead.di_prev = dp;
135
dp->
di_next
= dp->di_prev = &dhead;
358
dcwd->di_prev->
di_next
= dcwd->
di_next
;
359
dcwd->
di_next
->di_prev = dcwd->di_prev;
369
dp->
di_next
= dcwd->
di_next
;
371
dp->di_prev->
di_next
= dp;
372
dp->
di_next
->di_prev = dp;
495
dp->di_prev->
di_next
= dp->di_next
[
all
...]
proc.c
247
if (pp->p_cwd->
di_next
== 0)
Completed in 13 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025