Lines Matching defs:curr
1398 struct cil_list_item *curr;
1407 cil_list_for_each(curr, orig) {
1408 switch (curr->flavor) {
1411 cil_copy_expr(db, curr->data, &sub_list);
1416 cil_list_append(*new, CIL_STRING, curr->data);
1419 cil_list_append(*new, curr->flavor, curr->data);
1422 cil_list_append(*new, curr->flavor, curr->data);
1425 cil_list_append(*new, curr->flavor, curr->data);
1428 cil_log(CIL_INFO, "Unknown flavor %d in expression being copied\n",curr->flavor);
1429 cil_list_append(*new, curr->flavor, curr->data);