Lines Matching refs:string_list
34 static struct string_list *decl_spec;
39 remove_node(struct string_list **p) in remove_node()
41 struct string_list *node = *p; in remove_node()
47 remove_list(struct string_list **pb, struct string_list **pe) in remove_list()
49 struct string_list *b = *pb, *e = *pe; in remove_list()
55 static void record_compound(struct string_list **keyw, in record_compound()
56 struct string_list **ident, in record_compound()
57 struct string_list **body, in record_compound()
60 struct string_list *b = *body, *i = *ident, *r; in record_compound()
150 struct string_list *decl = (*$3)->next;
168 { struct string_list *decl = *$1;
176 { struct string_list *decl = *$3;
396 { struct string_list *decl = *$2;
479 struct string_list *expr = copy_list_range(*$3, *$2);