Searched refs:chain_node (Results 1 – 4 of 4) sorted by relevance
503 $$ = chain_node($1, $2);
204 struct node *chain_node(struct node *first, struct node *list);
241 struct node *chain_node(struct node *first, struct node *list) in chain_node() function
2040 (yyval.nodelist) = chain_node((yyvsp[-1].node), (yyvsp[0].nodelist));