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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h108 DT_KEY_CHAR = 323, enumerator in enum:yytokentype
219 #define DT_KEY_CHAR 323 macro
H A Ddt_grammar.c135 DT_KEY_CHAR = 323, enumerator in enum:yytokentype
246 #define DT_KEY_CHAR 323 macro
814 "DT_KEY_AUTO", "DT_KEY_BREAK", "DT_KEY_CASE", "DT_KEY_CHAR",
H A Ddt_lex.c1417 return (DT_KEY_CHAR);
1632 { yybegin(YYS_EXPR); return (DT_KEY_CHAR); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y79 %token DT_KEY_CHAR
636 | DT_KEY_CHAR { $$ = dt_decl_spec(CTF_K_INTEGER, DUP("char")); }

Completed in 62 milliseconds