Searched defs:yytokentype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c50 int yytokentype = 0; variable
325 yytokentype = 0;
523 yytokentype = rval;
605 if (yytokentype < 256) {
606 letter[0] = yytokentype;
609 } else if (yytokentype == YY_STR || yytokentype == YY_HEX ||
610 yytokentype == YY_NUMBER) {
622 txt = yykeytostr(yytokentype);

Completed in 79 milliseconds