Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c50 int yytokentype = 0; variable
320 yytokentype = 0; in yylex()
517 yytokentype = rval; in yylex()
597 if (yytokentype < 256) { in yyerror()
598 letter[0] = yytokentype; in yyerror()
601 } else if (yytokentype == YY_STR || yytokentype == YY_HEX || in yyerror()
602 yytokentype == YY_NUMBER) { in yyerror()
614 txt = yykeytostr(yytokentype); in yyerror()