Searched refs:tree_quote (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 220 { $$ = tree_quote($1.s, $1.file, $1.line); } 341 { $$ = tree_quote($1.s, $1.file, $1.line); } 362 { $$ = tree_quote($1.s, $1.file, $1.line); }
|
H A D | tree.h | 294 struct node *tree_quote(const char *s, const char *file, int line);
|
H A D | tree.c | 750 tree_quote(const char *s, const char *file, int line) in tree_quote() function
|