OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_freelist
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
popen.c
69
static struct child *child, *
child_freelist
= NULL;
variable in typeref:struct:child **
282
if (
child_freelist
) {
283
*cpp =
child_freelist
;
284
child_freelist
= (*cpp)->link;
303
cp->link =
child_freelist
;
304
child_freelist
= cp;
popen.c
69
static struct child *child, *
child_freelist
= NULL;
variable in typeref:struct:child **
282
if (
child_freelist
) {
283
*cpp =
child_freelist
;
284
child_freelist
= (*cpp)->link;
303
cp->link =
child_freelist
;
304
child_freelist
= cp;
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025