Lines Matching refs:string_list
23 static struct string_list *decl_spec;
28 remove_node(struct string_list **p) in remove_node()
30 struct string_list *node = *p; in remove_node()
36 remove_list(struct string_list **pb, struct string_list **pe) in remove_list()
38 struct string_list *b = *pb, *e = *pe; in remove_list()
44 static void record_compound(struct string_list **keyw, in record_compound()
45 struct string_list **ident, in record_compound()
46 struct string_list **body, in record_compound()
49 struct string_list *b = *body, *i = *ident, *r; in record_compound()
146 struct string_list *decl = (*$3)->next;
165 { struct string_list *decl = *$1;
179 { struct string_list *decl = *$4;
425 { struct string_list *decl = *$2;
510 struct string_list *expr = copy_list_range(*$3, *$2);