Searched refs:dt_decl_ident (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.h92 extern dt_decl_t *dt_decl_ident(char *);
H A Ddt_decl.c189 dt_decl_ident(char *name) function
240 * call dt_decl_ident() as if the grammar's IDENT rule was matched.
244 return (dt_decl_ident(name));
H A Ddt_grammar.y741 DT_TOK_IDENT { $$ = dt_decl_ident($1); }

Completed in 58 milliseconds