Searched refs:DT_TOK_PSPEC (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h101 DT_TOK_PSPEC = 316, enumerator in enum:yytokentype
212 #define DT_TOK_PSPEC 316 macro
H A Ddt_grammar.c128 DT_TOK_PSPEC = 316, enumerator in enum:yytokentype
239 #define DT_TOK_PSPEC 316 macro
813 "DT_TOK_PSPEC", "DT_TOK_AGG", "DT_TOK_TNAME", "DT_TOK_INT",
H A Ddt_lex.c2497 return (DT_TOK_PSPEC);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y71 %token <l_str> DT_TOK_PSPEC
351 DT_TOK_PSPEC { $$ = dt_node_pdesc_by_name($1); }
H A Ddt_lex.l675 return (DT_TOK_PSPEC);

Completed in 173 milliseconds