Searched refs:chain_node (Results 1 – 5 of 5) sorted by relevance
97 struct list_head chain_node; member
313 $$ = chain_node($1, $2);
181 struct node *chain_node(struct node *first, struct node *list);
92 struct node *chain_node(struct node *first, struct node *list) in chain_node() function
1744 (yyval.nodelist) = chain_node((yyvsp[(1) - (2)].node), (yyvsp[(2) - (2)].nodelist));