Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/fifolog/lib/
H A Dgetdate.y69 static char *yyInput; variable
772 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 …]
/freebsd-12.1/usr.bin/find/
H A Dgetdate.y96 static char *yyInput; variable
772 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 …]