Home
last modified time | relevance | path

Searched refs:tree_quote (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y220 { $$ = 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 Dtree.h292 struct node *tree_quote(const char *s, const char *file, int line);
H A Dtree.c766 tree_quote(const char *s, const char *file, int line) in tree_quote() function