Searched refs:chain_node (Results 1 – 4 of 4) sorted by relevance
292 $$ = chain_node($1, $2);
176 struct node *chain_node(struct node *first, struct node *list);
170 struct node *chain_node(struct node *first, struct node *list) in chain_node() function
1746 (yyval.nodelist) = chain_node((yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].nodelist));