Searched defs:new_tree (Results 1 – 4 of 4) sorted by relevance
458 def print_diff(old_tree, new_tree): argument471 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
89 struct cil_tree *new_tree = malloc(sizeof(*new_tree)); in gen_test_tree() local
150 struct cil_tree *new_tree = cil_malloc(sizeof(*new_tree)); in cil_tree_init() local
372 def replace_children( start, stop, new_tree ) argument