Home
last modified time | relevance | path

Searched refs:tree_globid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h284 struct node *tree_globid(const char *s, const char *file, int line);
H A Descparse.y380 { $$ = tree_globid($2.s, $2.file, $2.line); }
H A Dtree.c635 tree_globid(const char *s, const char *file, int line) in tree_globid() function
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c959 return (tree_globid(np->u.globid.s, np->file, np->line)); in eval_dup()