Home
last modified time | relevance | path

Searched refs:TOK_ID (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libevtr/
HDktrfmt.y147 %token<tok> TOK_ID
255 primary_expr: TOK_ID {
284 | postfix_expr TOK_DOT TOK_ID {
HDktrfmt.tab.h49 TOK_ID = 258, enumerator
HDktrfmt.l91 printd(LEX, "tok %p TOK_ID %p:%s\n", yylval->tok, yytext, yytext);
HDktrfmt.yy.c853 yylval->tok->type = TOK_ID;
856 return TOK_ID;
HDktrfmt.tab.c242 TOK_ID = 258, enumerator