Searched refs:curr_new (Results 1 – 1 of 1) sorted by relevance
1526 struct cil_list_item *curr_new = NULL; in cil_copy_macro() local1531 curr_new = ((struct cil_macro*)datum)->params->head; in cil_copy_macro()1538 if (curr_orig != NULL && curr_new != NULL) { in cil_copy_macro()1540 if (curr_new == NULL) { in cil_copy_macro()1545 param_new = (struct cil_param*)curr_new->data; in cil_copy_macro()1553 curr_new = curr_new->next; in cil_copy_macro()1556 if (curr_new != NULL) { in cil_copy_macro()1559 } else if (!(curr_orig == NULL && curr_new == NULL)) { in cil_copy_macro()