Home
last modified time | relevance | path

Searched refs:chain_node (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/dtc/
HDdtc.h195 struct node *chain_node(struct node *first, struct node *list);
HDdtc-parser.y437 $$ = chain_node($1, $2);
HDlivetree.c219 struct node *chain_node(struct node *first, struct node *list) in chain_node() function