Lines Matching refs:next
271 for (; list; list = list->next) {
308 *cur = tmp->next;
315 /* rule not redundant -> move to next rule */
316 cur = &(*cur)->next;
339 *cond = tmp->next;
340 tmp->next = pcov;
343 cond = &(*cond)->next;
364 *cond = tmp->next;
365 tmp->next = *del;
368 cond = &(*cond)->next;
392 *cond = cond_tmp->next;
396 cond = &(*cond)->next;
416 *avcond = cond_tmp->next;
421 avcond = &(*avcond)->next;
427 *cur = tmp->next;
434 cur = &(*cur)->next;