Searched refs:chain_property (Results 1 – 4 of 4) sorted by relevance
189 struct property *chain_property(struct property *first, struct property *list);
193 $$ = chain_property($2, $1);
77 struct property *chain_property(struct property *first, struct property *list) in chain_property() function
1587 (yyval.proplist) = chain_property((yyvsp[0].prop), (yyvsp[-1].proplist));