Searched refs:tree_func (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 345 { $$ = tree_func($1.s, NULL, $1.file, $1.line); } 347 { $$ = tree_func($1.s, $3, $1.file, $1.line); } 349 { $$ = tree_func($1.s, $3, $1.file, $1.line); } 364 { $$ = tree_func($1.s, $3, $1.file, $1.line); } 372 { $$ = tree_func($1.s, tree_pname($3), $1.file, $1.line); } 374 { $$ = tree_func($1.s, tree_pname($3), $1.file, $1.line); } 376 { $$ = tree_func($1.s, $3, $1.file, $1.line); }
|
H A D | tree.h | 295 struct node *tree_func(const char *s, struct node *np,
|
H A D | tree.c | 759 tree_func(const char *s, struct node *np, const char *file, int line) in tree_func() function
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 1181 return (tree_func(np->u.func.s, in eval_dup()
|