D | cil_copy_ast.c | 53 struct cil_list *new; in cil_copy_list() local 56 cil_list_init(&new, data->flavor); in cil_copy_list() 61 cil_list_append(new, CIL_STRING, orig_item->data); in cil_copy_list() 66 cil_list_append(new, CIL_LIST, new_sub); in cil_copy_list() 75 cil_list_append(new, CIL_PARAM, pn); in cil_copy_list() 80 cil_list_append(new, orig_item->flavor, orig_item->data); in cil_copy_list() 85 *copy = new; in cil_copy_list() 90 char *new = NULL; in cil_copy_node() local 93 new = data; in cil_copy_node() 95 *copy = new; in cil_copy_node() [all …]
|