Searched refs:yyp (Results 1 – 4 of 4) sorted by relevance
977 char const *yyp = yystr; in yytnamerr() local980 switch (*++yyp) in yytnamerr()987 if (*++yyp != '\\') in yytnamerr()992 yyres[yyn] = *yyp; in yytnamerr()1133 char *yyp = *yymsg; in yysyntax_error() local1135 while ((*yyp = *yyformat) != '\0') in yysyntax_error()1136 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()1138 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()1143 yyp++; in yysyntax_error()
880 char const *yyp = yystr; in yytnamerr() local883 switch (*++yyp) in yytnamerr()890 if (*++yyp != '\\') in yytnamerr()895 yyres[yyn] = *yyp; in yytnamerr()1032 char *yyp = *yymsg; in yysyntax_error() local1034 while ((*yyp = *yyformat) != '\0') in yysyntax_error()1035 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) in yysyntax_error()1037 yyp += yytnamerr (yyp, yyarg[yyi++]); in yysyntax_error()1042 yyp++; in yysyntax_error()
1343 const char *yyp = yystr; variable1345 for (; *++yyp != '"'; ++yyn) {1346 yyres[yyn] = *yyp;
135083 void *yyp, /* The parser */135098 yypParser = (yyParser*)yyp;
Completed in 364 milliseconds