HomeSort by: relevance | last modified time | path
    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