Searched refs:DT_TOK_AGG (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h102 DT_TOK_AGG = 317, enumerator in enum:yytokentype
213 #define DT_TOK_AGG 317 macro
H A Ddt_grammar.c129 DT_TOK_AGG = 317, enumerator in enum:yytokentype
240 #define DT_TOK_AGG 317 macro
813 "DT_TOK_PSPEC", "DT_TOK_AGG", "DT_TOK_TNAME", "DT_TOK_INT",
H A Ddt_lex.c1943 return (DT_TOK_AGG);
1952 return (DT_TOK_AGG);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y72 %token <l_str> DT_TOK_AGG
372 | DT_TOK_AGG { $$ = dt_node_ident($1); }
H A Ddt_parser.c1295 dnp->dn_op = name[0] == '@' ? DT_TOK_AGG : DT_TOK_IDENT;
2809 if (dnp->dn_op == DT_TOK_AGG)
3107 if (lp->dn_op == DT_TOK_AGG) {
3390 if (lp->dn_op == DT_TOK_AGG) {

Completed in 77 milliseconds