Searched refs:curr_new (Results 1 – 1 of 1) sorted by relevance
1458 struct cil_list_item *curr_new = NULL; in cil_copy_macro() local1463 curr_new = ((struct cil_macro*)datum)->params->head; in cil_copy_macro()1470 if (curr_orig != NULL && curr_new != NULL) { in cil_copy_macro()1472 if (curr_new == NULL) { in cil_copy_macro()1477 param_new = (struct cil_param*)curr_new->data; in cil_copy_macro()1485 curr_new = curr_new->next; in cil_copy_macro()1488 if (curr_new != NULL) { in cil_copy_macro()1491 } else if (!(curr_orig == NULL && curr_new == NULL)) { in cil_copy_macro()