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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h132 DT_KEY_SHORT = 347, enumerator in enum:yytokentype
243 #define DT_KEY_SHORT 347 macro
H A Ddt_grammar.c159 DT_KEY_SHORT = 347, enumerator in enum:yytokentype
270 #define DT_KEY_SHORT 347 macro
820 "DT_KEY_RESTRICT", "DT_KEY_RETURN", "DT_KEY_SELF", "DT_KEY_SHORT",
H A Ddt_lex.c1542 return (DT_KEY_SHORT);
1707 { yybegin(YYS_EXPR); return (DT_KEY_SHORT); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y103 %token DT_KEY_SHORT
637 | DT_KEY_SHORT { $$ = dt_decl_attr(DT_DA_SHORT); }

Completed in 61 milliseconds