yylex_is_var
if (strchr(token, '=') != NULL && yylex_is_var(*token, 1)) {
if (!yylex_is_var(*cp, 0))
if (!yylex_is_var(ch, 1)) {
if (ch == EOF || !yylex_is_var(ch, 0)) {