Searched refs:yyInput (Results 1 – 2 of 2) sorted by relevance
69 static char *yyInput; variable772 while (isspace(*yyInput)) in yylex()773 yyInput++; in yylex()775 if (isdigit(c = *yyInput) || c == '-' || c == '+') { in yylex()778 if (!isdigit(*++yyInput)) in yylex()784 for (yylval.Number = 0; isdigit(c = *yyInput++); ) in yylex()786 yyInput--; in yylex()796 yyInput--; in yylex()800 return *yyInput++; in yylex()803 c = *yyInput++; in yylex()[all …]
96 static char *yyInput; variable772 while (isspace(*yyInput)) in yylex()773 yyInput++; in yylex()775 if (isdigit(c = *yyInput) || c == '-' || c == '+') { in yylex()778 if (!isdigit(*++yyInput)) in yylex()784 for (yylval.Number = 0; isdigit(c = *yyInput++); ) in yylex()786 yyInput--; in yylex()796 yyInput--; in yylex()800 return *yyInput++; in yylex()803 c = *yyInput++; in yylex()[all …]