Searched refs:dt_node_func (Results 1 – 4 of 4) sorted by relevance
164 dt_node_func
213 extern dt_node_t *dt_node_func(dt_node_t *, dt_node_t *);
408 $$ = dt_node_func($1, NULL);412 $$ = dt_node_func($1, $3);
1756 dt_node_func(dt_node_t *dnp, dt_node_t *args) in dt_node_func() function