Searched refs:yyformat (Results 1 – 7 of 7) sorted by relevance
826 char const* yyformat = YY_NULL; in yysyntax_error_() local831 yyformat = S; \ in yysyntax_error_()844 for (char const* yyp = yyformat; *yyp; ++yyp) in yysyntax_error_()
1252 const char *yyformat = YY_NULL;1349 yyformat = S; \1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);1382 while ((*yyp = *yyformat) != '\0')1383 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)1386 yyformat += 2;1391 yyformat++;
940 char const* yyformat = YY_NULL;945 yyformat = S; \958 for (char const* yyp = yyformat; *yyp; ++yyp)
2024 const char *yyformat = YY_NULL;2092 yyformat = S; \2104 size_t yysz = yysize + strlen (yyformat);2116 while ((*yyp = *yyformat))2118 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)2121 yyformat += 2;2126 yyformat++;
1697 const char *yyformat = YY_NULL; in yysyntax_error() local1772 yyformat = S; \ in yysyntax_error()1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()1803 while ((*yyp = *yyformat) != '\0') in yysyntax_error()1804 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()1807 yyformat += 2; in yysyntax_error()1812 yyformat++; in yysyntax_error()
1679 const char *yyformat = YY_NULLPTR; in yysyntax_error() local1750 yyformat = S; \ in yysyntax_error()1762 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()1783 while ((*yyp = *yyformat) != '\0') in yysyntax_error()1784 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()1787 yyformat += 2; in yysyntax_error()1792 yyformat++; in yysyntax_error()
1898 char yyformat[sizeof yyunexpected1914 yyfmt = yystpcpy (yyformat, yyunexpected);1923 yyformat[sizeof yyunexpected - 1] = '\0';1934 yyf = YY_(yyformat);