Home | History | Annotate | Download | only in pppd

Lines Matching refs:children

155 int childwait_done;		/* have timed out waiting for children */
231 static struct subprocess *children;
630 for (chp = children; chp != NULL; chp = chp->next)
1765 chp->next = children;
1766 children = chp;
1780 for (chp = children; chp != NULL; chp = chp->next) {
1801 for (prevp = &children; (chp = *prevp) != NULL; prevp = &chp->next) {