Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y106 { $$ = tree_nothing(); }
136 { $$ = tree_nothing(); }
H A Dtree.h275 struct node *tree_nothing(void);
H A Dtree.c472 tree_nothing(void) in tree_nothing() function