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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h97 DT_TOK_PTR = 312, enumerator in enum:yytokentype
208 #define DT_TOK_PTR 312 macro
H A Ddt_grammar.c124 DT_TOK_PTR = 312, enumerator in enum:yytokentype
235 #define DT_TOK_PTR 312 macro
812 "DT_TOK_PTR", "DT_TOK_DOT", "DT_TOK_STRING", "DT_TOK_IDENT",
2381 (yyval.l_node) = OP2(DT_TOK_PTR, (yyvsp[(1) - (3)].l_node), dt_node_ident((yyvsp[(3) - (3)].l_str)));
2388 (yyval.l_node) = OP2(DT_TOK_PTR, (yyvsp[(1) - (3)].l_node), dt_node_ident((yyvsp[(3) - (3)].l_str)));

Completed in 52 milliseconds