Searched refs:yyformat (Results 1 – 2 of 2) sorted by relevance
1027 const char *yyformat = YY_NULL; in yysyntax_error() local1102 yyformat = S; \ in yysyntax_error()1114 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()1135 while ((*yyp = *yyformat) != '\0') in yysyntax_error()1136 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()1139 yyformat += 2; in yysyntax_error()1144 yyformat++; in yysyntax_error()
927 const char *yyformat = YY_NULLPTR; in yysyntax_error() local998 yyformat = S; \ in yysyntax_error()1010 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()1031 while ((*yyp = *yyformat) != '\0') in yysyntax_error()1032 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()1035 yyformat += 2; in yysyntax_error()1040 yyformat++; in yysyntax_error()
Completed in 13 milliseconds