Searched defs:DT_TOK_ASGN (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h45 DT_TOK_ASGN = 260, enumerator in enum:yytokentype
156 #define DT_TOK_ASGN 260 macro
H A Ddt_grammar.c72 DT_TOK_ASGN = 260, enumerator in enum:yytokentype
183 #define DT_TOK_ASGN 260 macro
800 "DT_TOK_ASGN", "DT_TOK_ADD_EQ", "DT_TOK_SUB_EQ", "DT_TOK_MUL_EQ",
2645 { (yyval.l_tok) = DT_TOK_ASGN; }

Completed in 40 milliseconds