Searched refs:yyp (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); local
1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
1164 yyp = yystpcpy (yyp, yyq);
1165 yyp = yystpcpy (yyp, yytname[yyx]);
/external/bison/examples/calc++/
H A Dcalc++-parser.cc162 char const *yyp = yystr; local
165 switch (*++yyp)
172 if (*++yyp != '\\')
176 yyr += *yyp;
844 for (char const* yyp = yyformat; *yyp; ++yyp)
845 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount)
848 ++yyp;
[all...]
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped1006 char const *yyp = yystr;
1009 switch (*++yyp)
1016 if (*++yyp != '\\')
1021 yyres[yyn] = *yyp;
1950 char *yyp = yymsg;
1952 while ((*yyp = *yyf))
1954 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1956 yyp += yytnamerr (yyp, yyarg[yyi++]);
1961 yyp
[all...]
/external/bison/data/
H A Dlalr1.cc366 char const *yyp = yystr;
369 switch (*++yyp)
376 if (*++yyp != '\\')
380 yyr += *yyp;
958 for (char const* yyp = yyformat; *yyp; ++yyp)
959 if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount)
962 ++yyp;
[all...]
H A Dglr.c625 char const *yyp = yystr;
628 switch (*++yyp)
635 if (*++yyp != '\\')
640 yyres[yyn] = *yyp;
1439 yyGLRState *yyp = yystackp->yytops.yystates[yyi];
1440 while (yyp != yys && yyp != yysplit && yyp->yyposn >= yyposn)
1442 if (yyp->yylrState == yynewLRState && yyp
[all...]
H A Dyacc.c1199 char const *yyp = yystr;
1202 switch (*++yyp)
1209 if (*++yyp != '\\')
1214 yyres[yyn] = *yyp;
1380 char *yyp = *yymsg;
1382 while ((*yyp = *yyformat) != '\0')
1383 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1385 yyp += yytnamerr (yyp, yyarg[yyi++]);
1390 yyp
[all...]
/external/libpcap/
H A Dgrammar.c1629 char const *yyp = yystr; local
1632 switch (*++yyp)
1639 if (*++yyp != '\\')
1644 yyres[yyn] = *yyp;
1781 char *yyp = *yymsg; local
1783 while ((*yyp = *yyformat) != '\0')
1784 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1786 yyp += yytnamerr (yyp, yyarg[yyi++]);
1791 yyp
[all...]
/external/bison/src/
H A Dparse-gram.c1643 char const *yyp = yystr; local
1646 switch (*++yyp)
1653 if (*++yyp != '\\')
1658 yyres[yyn] = *yyp;
1801 char *yyp = *yymsg; local
1803 while ((*yyp = *yyformat) != '\0')
1804 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1806 yyp += yytnamerr (yyp, yyarg[yyi++]);
1811 yyp
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c129467 sqlite3Parser( void *yyp, int yymajor, sqlite3ParserTOKENTYPE yyminor sqlite3ParserARG_PDECL ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c129485 sqlite3Parser( void *yyp, int yymajor, sqlite3ParserTOKENTYPE yyminor sqlite3ParserARG_PDECL ) argument
[all...]

Completed in 955 milliseconds