Searched refs:copy_list_range (Results 1 – 3 of 3) sorted by relevance
61 struct string_list *copy_list_range(struct string_list *start,
166 decl_spec = copy_list_range(decl_spec, NULL);181 decl_spec = copy_list_range(decl_spec, NULL);491 struct string_list *expr = copy_list_range(*$3, *$2);
200 last_enum_expr = copy_list_range(defn, NULL); in __add_symbol()208 expr = copy_list_range(last_enum_expr, NULL); in __add_symbol()383 struct string_list *copy_list_range(struct string_list *start, in copy_list_range() function