Lines Matching refs:string_list
78 static struct string_list *decl_spec;
83 remove_node(struct string_list **p)
85 struct string_list *node = *p;
91 remove_list(struct string_list **pb, struct string_list **pe)
93 struct string_list *b = *pb, *e = *pe;
99 static void record_compound(struct string_list **keyw,
100 struct string_list **ident,
101 struct string_list **body,
104 struct string_list *b = *body, *i = *ident, *r;
1748 struct string_list *decl = (*(yyvsp[(3) - (3)]))->next;
1766 { struct string_list *decl = *(yyvsp[(1) - (1)]);
1777 { struct string_list *decl = *(yyvsp[(3) - (3)]);
2050 { struct string_list *decl = *(yyvsp[(2) - (3)]);
2149 struct string_list *expr = copy_list_range(*(yyvsp[(3) - (3)]), *(yyvsp[(2) - (3)]));