yytokentype
typedef enum yytokentype yytoken_kind_t;
yytokentype = 0;
int yytokentype = 0;
yytokentype = rval;
if (yytokentype < 256) {
letter[0] = yytokentype;
} else if (yytokentype == YY_STR || yytokentype == YY_HEX ||
yytokentype == YY_NUMBER) {
txt = yykeytostr(yytokentype);