Searched refs:new_sub (Results 1 – 2 of 2) sorted by relevance
163 config_node *new_sub, *n, *nprev; in get_fnc2() local176 new_sub = node->wild_star; in get_fnc2()179 new_sub = node->wild_char; in get_fnc2()181 if (!new_sub) { in get_fnc2()182 new_sub = new_config(name, 1); in get_fnc2()184 node->wild_star = new_sub; in get_fnc2()186 node->wild_char = new_sub; in get_fnc2()189 return get_fnc2( new_sub, name+1); in get_fnc2()205 new_sub = new_config(name, len); in get_fnc2()206 new_sub->next = node->sub_node[ name[0]%NODE_DEGREE ]; in get_fnc2()[all …]
62 struct cil_list *new_sub = NULL; in cil_copy_list() local63 cil_copy_list((struct cil_list*)orig_item->data, &new_sub); in cil_copy_list()64 cil_list_append(new, CIL_LIST, new_sub); in cil_copy_list()