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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h105 DT_KEY_AUTO = 320, enumerator in enum:yytokentype
216 #define DT_KEY_AUTO 320 macro
H A Ddt_grammar.c132 DT_KEY_AUTO = 320, enumerator in enum:yytokentype
243 #define DT_KEY_AUTO 320 macro
814 "DT_KEY_AUTO", "DT_KEY_BREAK", "DT_KEY_CASE", "DT_KEY_CHAR",
H A Ddt_lex.c1402 return (DT_KEY_AUTO);
1627 { yybegin(YYS_EXPR); return (DT_KEY_AUTO); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y76 %token DT_KEY_AUTO
622 DT_KEY_AUTO { dt_decl_class(DT_DC_AUTO); }

Completed in 64 milliseconds