Searched refs:DT_TOK_ELLIPSIS (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h44 DT_TOK_ELLIPSIS = 259, enumerator in enum:yytokentype
155 #define DT_TOK_ELLIPSIS 259 macro
H A Ddt_grammar.c71 DT_TOK_ELLIPSIS = 259, enumerator in enum:yytokentype
182 #define DT_TOK_ELLIPSIS 259 macro
799 "DT_TOK_EOF", "error", "$undefined", "DT_TOK_COMMA", "DT_TOK_ELLIPSIS",
H A Ddt_lex.c2393 return (DT_TOK_ELLIPSIS);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y55 %token DT_TOK_COMMA DT_TOK_ELLIPSIS
771 | DT_TOK_ELLIPSIS { $$ = dt_node_vatype(); }
772 | parameter_list DT_TOK_COMMA DT_TOK_ELLIPSIS {
H A Ddt_lex.l611 <S0>"..." return (DT_TOK_ELLIPSIS);
H A Ddt_parser.c132 case DT_TOK_ELLIPSIS: return ("...");

Completed in 81 milliseconds