Lines Matching defs:next
187 o = &(*o)->next;
364 for (o = &ccp->out.opt; *o != NULL; o = &(*o)->next)
376 (*o)->next = NULL;
392 o = &(*o)->next;
447 struct ccp_opt *next;
463 next = ccp->out.opt->next;
465 ccp->out.opt = next;
475 struct ccp_opt *next;
484 next = ccp->out.opt->next;
486 ccp->out.opt = next;
541 o = &(*o)->next;
626 for (o = ccp->out.opt; o != NULL; o = o->next)