OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_friends
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/csh/
proc.h
43
*
p_friends
links makes a circular list of such jobs
47
struct process *
p_friends
; /* next in job list (or self) */
member in struct:process
proc.c
152
} while ((fp = fp->
p_friends
) != pp);
154
if (pp == pp->
p_friends
&& (pp->p_flags & PPTIME)) {
163
} while ((fp = fp->
p_friends
) != pp);
165
fp = fp->
p_friends
;
269
pp = pp->
p_friends
;
275
} while ((fp = fp->
p_friends
) != pp);
291
while ((fp = (fp->
p_friends
)) != pp);
340
} while ((fp = fp->
p_friends
) != pp);
405
pp = pp->
p_friends
;
414
} while ((np = np->
p_friends
) != pp)
[
all
...]
csh.c
994
while ((np = np->
p_friends
) != pp);
Completed in 14 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025