Home
last modified time | relevance | path

Searched refs:copy_list_range (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.c214 last_enum_expr = copy_list_range(defn, NULL); in __add_symbol()
222 expr = copy_list_range(last_enum_expr, NULL); in __add_symbol()
390 struct string_list *copy_list_range(struct string_list *start, in copy_list_range() function
H A Dgenksyms.h70 struct string_list *copy_list_range(struct string_list *start,
H A Dparse.y474 struct string_list *expr = copy_list_range(*$3, *$2);
H A Dparse.c_shipped2271 struct string_list *expr = copy_list_range(*(yyvsp[(3) - (3)]), *(yyvsp[(2) - (3)]));