Searched refs:tree_iname (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | tree.h | 285 struct node *tree_iname(const char *s, const char *file, int line);
|
H A D | escparse.y | 409 { $$ = tree_iname($1.s, $1.file, $1.line); }
|
H A D | tree.c | 585 tree_iname(const char *s, const char *file, int line) in tree_iname() function
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.c | 1014 ret = tree_iname(stable(ptr), NULL, 0); in pathstring2epnamenp() 1018 tree_iname(stable(ptr), NULL, 0)); in pathstring2epnamenp()
|