Lines Matching refs:s
4 /* Skeleton implementation for Bison's Yacc-like parsers in C
323 /* Pacify GCC's `empty if-body' warning. */
905 YYFPRINTF (stderr, "%s ", Title); \
963 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
965 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1051 /* YYINITDEPTH -- initial size of the parser's stacks. */
1124 quotes and backslashes, so that it's suitable for yyerror. The
1198 YY_("syntax error, unexpected %s");
1199 YY_("syntax error, unexpected %s, expecting %s");
1200 YY_("syntax error, unexpected %s, expecting %s or %s");
1201 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1202 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1206 static char const yyunexpected[] = "syntax error, unexpected %s";
1207 static char const yyexpecting[] = ", expecting %s";
1208 static char const yyor[] = " or %s";
1255 /* Avoid sprintf, as that infringes on the user's name space.
1257 produced a string with the wrong number of "%s"s. */
1262 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1308 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1318 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1328 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1480 these so that the &'s don't force the real ones into
1642 { zconf_error("unknown statement \"%s\"", (yyvsp[(2) - (4)].string)); ;}
1648 zconf_error("unexpected option \"%s\"", kconf_id_strings + (yyvsp[(2) - (4)].id)->name);
1659 { zconf_error("unknown option \"%s\"", (yyvsp[(1) - (3)].string)); ;}
1673 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string…
1681 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1691 …printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].st…
1703 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1711 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1721 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1731 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
1741 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
1749 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno());
1760 zconfprint("warning: ignoring unknown option %s", (yyvsp[(2) - (3)].string));
1782 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
1798 printd(DEBUG_PARSE, "%s:%d:endchoice\n", zconf_curname(), zconf_lineno());
1807 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1816 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1828 printd(DEBUG_PARSE, "%s:%d:optional\n", zconf_curname(), zconf_lineno());
1837 printd(DEBUG_PARSE, "%s:%d:default\n",
1847 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno());
1859 printd(DEBUG_PARSE, "%s:%d:endif\n", zconf_curname(), zconf_lineno());
1876 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno());
1892 printd(DEBUG_PARSE, "%s:%d:endmenu\n", zconf_curname(), zconf_lineno());
1900 …printd(DEBUG_PARSE, "%s:%d:source %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string…
1910 printd(DEBUG_PARSE, "%s:%d:comment\n", zconf_curname(), zconf_lineno());
1924 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
1940 printd(DEBUG_PARSE, "%s:%d:depends on\n", zconf_curname(), zconf_lineno());
2306 zconf_error("unexpected '%s' within %s block",
2312 zconf_error("'%s' in different file than '%s'",
2314 fprintf(stderr, "%s:%d: location of the '%s'\n",
2327 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno());
2339 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno());
2349 fprintf(stderr, "%s:%d: %s\n", zconf_curname(), zconf_lineno() + 1, err);
2362 fprintf(out, "%.*s", len, str);
2378 fprintf(out, "\nconfig %s\n", sym->name);
2448 fprintf(out, " help\n%s\n", menu->help);