Searched refs:DT_TOK_QUESTION (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h56 DT_TOK_QUESTION = 271, enumerator in enum:yytokentype
167 #define DT_TOK_QUESTION 271 macro
H A Ddt_grammar.c83 DT_TOK_QUESTION = 271, enumerator in enum:yytokentype
194 #define DT_TOK_QUESTION 271 macro
802 "DT_TOK_OR_EQ", "DT_TOK_LSH_EQ", "DT_TOK_RSH_EQ", "DT_TOK_QUESTION",
H A Ddt_lex.c2308 return (DT_TOK_QUESTION);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y58 %token DT_TOK_LSH_EQ DT_TOK_RSH_EQ DT_TOK_QUESTION DT_TOK_COLON
128 %left DT_TOK_QUESTION DT_TOK_COLON
560 | logical_or_expression DT_TOK_QUESTION expression DT_TOK_COLON
H A Ddt_lex.l594 <S0>"?" return (DT_TOK_QUESTION);
H A Ddt_cg.c1435 case DT_TOK_QUESTION:
H A Ddt_parser.c144 case DT_TOK_QUESTION: return ("?");
2067 dnp->dn_op = DT_TOK_QUESTION;

Completed in 76 milliseconds