Lines Matching defs:next
40 { for(p = NIL(Vccontext_t*), c = vc->ctxt; c; p = c, c = c->next)47 else p->next = ctxt->next;55 ctxt->next = vc->ctxt;68 Vccontext_t *next;73 vc->ctxt = ctxt->next;74 ctxt->next = NIL(Vccontext_t*);81 for(; ctxt; ctxt = next)82 { next = ctxt->next;