Home
last modified time | relevance | path

Searched refs:dt_node_string (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h208 extern dt_node_t *dt_node_string(char *);
H A Ddt_lex.l429 dt_node_string(yylval.l_str));
H A Ddt_grammar.y395 | DT_TOK_STRING { $$ = dt_node_string($1); }
H A Ddt_parser.c1312 dt_node_string(char *string) in dt_node_string() function