Lines Matching refs:string_list
76 static struct string_list *decl_spec;
81 remove_node(struct string_list **p)
83 struct string_list *node = *p;
89 remove_list(struct string_list **pb, struct string_list **pe)
91 struct string_list *b = *pb, *e = *pe;
97 static void record_compound(struct string_list **keyw,
98 struct string_list **ident,
99 struct string_list **body,
102 struct string_list *b = *body, *i = *ident, *r;
1724 struct string_list *decl = (*(yyvsp[(3) - (3)]))->next;
1742 { struct string_list *decl = *(yyvsp[(1) - (1)]);
1753 { struct string_list *decl = *(yyvsp[(3) - (3)]);
2038 { struct string_list *decl = *(yyvsp[(2) - (3)]);
2137 struct string_list *expr = copy_list_range(*(yyvsp[(3) - (3)]), *(yyvsp[(2) - (3)]));