Lines Matching defs:yyInput
84 static char *yyInput;
803 while (isspace((u_char)*yyInput))
804 yyInput++;
806 if (isdigit((u_char)(c = *yyInput)) || c == '-' || c == '+') {
809 if (!isdigit((u_char)*++yyInput))
816 while (isdigit((u_char)(c = *yyInput++))) {
822 yyInput--;
828 for (p = buff; isalpha((u_char)(c = *yyInput++)) || c == '.'; )
832 yyInput--;
836 return *yyInput++;
839 c = *yyInput++;
897 yyInput = p;