• Home
  • Raw
  • Download

Lines Matching refs:s

3 /* Skeleton implementation for Bison's Yacc-like parsers in C
349 /* Pacify GCC's `empty if-body' warning. */
914 YYFPRINTF (stderr, "%s ", Title); \
972 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
974 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1057 /* YYINITDEPTH -- initial size of the parser's stacks. */
1130 quotes and backslashes, so that it's suitable for yyerror. The
1204 YY_("syntax error, unexpected %s");
1205 YY_("syntax error, unexpected %s, expecting %s");
1206 YY_("syntax error, unexpected %s, expecting %s or %s");
1207 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1208 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1212 static char const yyunexpected[] = "syntax error, unexpected %s";
1213 static char const yyexpecting[] = ", expecting %s";
1214 static char const yyor[] = " or %s";
1261 /* Avoid sprintf, as that infringes on the user's name space.
1263 produced a string with the wrong number of "%s"s. */
1268 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1314 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1324 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1334 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1487 these so that the &'s don't force the real ones into
1654 { zconf_error("unknown statement \"%s\"", (yyvsp[(2) - (4)].string)); ;}
1660 zconf_error("unexpected option \"%s\"", kconf_id_strings + (yyvsp[(2) - (4)].id)->name);
1671 { zconf_error("unknown option \"%s\"", (yyvsp[(1) - (3)].string)); ;}
1685 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string…
1693 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1703 …printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].st…
1715 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1723 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1733 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1743 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
1753 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
1761 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno());
1772 zconfprint("warning: ignoring unknown option %s", (yyvsp[(2) - (3)].string));
1794 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
1810 printd(DEBUG_PARSE, "%s:%d:endchoice\n", zconf_curname(), zconf_lineno());
1819 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1828 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1840 printd(DEBUG_PARSE, "%s:%d:optional\n", zconf_curname(), zconf_lineno());
1849 printd(DEBUG_PARSE, "%s:%d:default\n",
1859 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno());
1871 printd(DEBUG_PARSE, "%s:%d:endif\n", zconf_curname(), zconf_lineno());
1881 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno());
1897 printd(DEBUG_PARSE, "%s:%d:endmenu\n", zconf_curname(), zconf_lineno());
1905 …printd(DEBUG_PARSE, "%s:%d:source %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string…
1915 printd(DEBUG_PARSE, "%s:%d:comment\n", zconf_curname(), zconf_lineno());
1929 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
1945 printd(DEBUG_PARSE, "%s:%d:depends on\n", zconf_curname(), zconf_lineno());
2304 zconf_error("unexpected '%s' within %s block",
2310 zconf_error("'%s' in different file than '%s'",
2312 fprintf(stderr, "%s:%d: location of the '%s'\n",
2325 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno());
2337 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno());
2347 fprintf(stderr, "%s:%d: %s\n", zconf_curname(), zconf_lineno() + 1, err);
2360 fprintf(out, "%.*s", len, str);
2376 fprintf(out, "config %s\n", sym->name);
2431 fprintf(out, " help\n%s\n", menu->help);