Searched refs:DT_TOK_EOF (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h42 DT_TOK_EOF = 0, enumerator in enum:yytokentype
153 #define DT_TOK_EOF 0 macro
H A Ddt_grammar.c69 DT_TOK_EOF = 0, enumerator in enum:yytokentype
180 #define DT_TOK_EOF 0 macro
799 "DT_TOK_EOF", "error", "$undefined", "DT_TOK_COMMA", "DT_TOK_ELLIPSIS",
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y122 %token DT_TOK_EOF 0
217 dtrace_program: d_expression DT_TOK_EOF { return (dt_node_root($1)); }
218 | d_program DT_TOK_EOF { return (dt_node_root($1)); }
219 | d_type DT_TOK_EOF { return (dt_node_root($1)); }

Completed in 56 milliseconds