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
326 yytokentype = 0; in yylex()
524 yytokentype = rval; in yylex()
606 if (yytokentype < 256) {
607 letter[0] = yytokentype;
610 } else if (yytokentype == YY_STR || yytokentype == YY_HEX ||
611 yytokentype == YY_NUMBER) {
623 txt = yykeytostr(yytokentype);