Lines Matching defs:del
322 /* find redundant rules in (*cond) and put them into (*del) */
323 static void optimize_cond_av_list(cond_av_list_t **cond, cond_av_list_t **del,
365 tmp->next = *del;
366 *del = tmp;
379 cond_av_list_t **avcond, *del = NULL;
384 optimize_cond_av_list(&(*cond)->true_list, &del, p, type_map);
385 optimize_cond_av_list(&(*cond)->false_list, &del, p, type_map);
400 if (!del)
405 * found in the 'del' list.
411 avcond = &del;