Lines Matching refs:string_list
22 static struct string_list *decl_spec;
27 remove_node(struct string_list **p) in remove_node()
29 struct string_list *node = *p; in remove_node()
35 remove_list(struct string_list **pb, struct string_list **pe) in remove_list()
37 struct string_list *b = *pb, *e = *pe; in remove_list()
43 static void record_compound(struct string_list **keyw, in record_compound()
44 struct string_list **ident, in record_compound()
45 struct string_list **body, in record_compound()
48 struct string_list *b = *body, *i = *ident, *r; in record_compound()
143 struct string_list *decl = (*$3)->next;
161 { struct string_list *decl = *$1;
169 { struct string_list *decl = *$3;
398 { struct string_list *decl = *$2;
481 struct string_list *expr = copy_list_range(*$3, *$2);