Searched refs:DT_KEY_LONG (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h125 DT_KEY_LONG = 340, enumerator in enum:yytokentype
236 #define DT_KEY_LONG 340 macro
H A Ddt_grammar.c152 DT_KEY_LONG = 340, enumerator in enum:yytokentype
263 #define DT_KEY_LONG 340 macro
819 "DT_KEY_LONG", "DT_KEY_PROBE", "DT_KEY_PROVIDER", "DT_KEY_REGISTER",
H A Ddt_lex.c1502 return (DT_KEY_LONG);
1682 { yybegin(YYS_EXPR); return (DT_KEY_LONG); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y96 %token DT_KEY_LONG
639 | DT_KEY_LONG { $$ = dt_decl_attr(DT_DA_LONG); }

Completed in 49 milliseconds