Searched refs:tree_stmt (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 117 $$ = tree_stmt(T_PROP, $2, $1.file, $1.line); 121 $$ = tree_stmt(T_MASK, $2, $1.file, $1.line);
|
H A D | tree.h | 313 struct node *tree_stmt(enum nodetype t, struct node *np,
|
H A D | tree.c | 1241 tree_stmt(enum nodetype t, struct node *np, const char *file, int line) in tree_stmt() function
|