Home
last modified time | relevance | path

Searched refs:yyInput (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y219 static char *yyInput; variable
847 while (isspace((int) *yyInput)) in yylex()
848 yyInput++; in yylex()
850 c = *yyInput; in yylex()
854 if (!isdigit((int) (*++yyInput))) in yylex()
860 for (yylval.Number = 0; isdigit((int) (c = *yyInput++)); ) in yylex()
862 yyInput--; in yylex()
868 for (p = buff; isalpha((int) (c = *yyInput++)) || c == '.'; ) in yylex()
872 yyInput--; in yylex()
876 return *yyInput++; in yylex()
[all …]
/titanic_50/usr/src/cmd/backup/lib/
H A Dgetdate.y84 static char *yyInput; variable
802 while (isspace((u_char)*yyInput)) in yylex()
803 yyInput++; in yylex()
805 if (isdigit((u_char)(c = *yyInput)) || c == '-' || c == '+') { in yylex()
808 if (!isdigit((u_char)*++yyInput)) in yylex()
815 while (isdigit((u_char)(c = *yyInput++))) { in yylex()
821 yyInput--; in yylex()
827 for (p = buff; isalpha((u_char)(c = *yyInput++)) || c == '.'; ) in yylex()
831 yyInput--; in yylex()
835 return *yyInput++; in yylex()
[all …]