• Home
  • Raw
  • Download

Lines Matching refs:s

355    /* Pacify GCC's 'empty if-body' warning.  */
852 YYFPRINTF (stderr, "%s ", Title); \
861 | Print this symbol's value on YYOUTPUT. |
886 YYFPRINTF (yyoutput, "%s %s (",
958 /* YYINITDEPTH -- initial size of the parser's stacks. */
1015 quotes and backslashes, so that it's suitable for yyerror. The
1151 YYCASE_(1, YY_("syntax error, unexpected %s"));
1152 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1153 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1154 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1155 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1175 /* Avoid sprintf, as that infringes on the user's name space.
1177 produced a string with the wrong number of "%s"s. */
1182 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1215 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1226 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1237 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
1346 these so that the &'s don't force the real ones into
1511 { zconf_error("unknown statement \"%s\"", (yyvsp[-2].string)); }
1518 zconf_error("unexpected option \"%s\"", (yyvsp[-2].id)->name);
1531 { zconf_error("unknown option \"%s\"", (yyvsp[-2].string)); }
1547 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1556 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1567 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1580 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1589 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1600 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1611 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
1622 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
1631 printd(DEBUG_PARSE, "%s:%d:imply\n", zconf_curname(), zconf_lineno());
1640 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno());
1652 zconfprint("warning: ignoring unknown option %s", (yyvsp[-1].string));
1677 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
1695 printd(DEBUG_PARSE, "%s:%d:endchoice\n", zconf_curname(), zconf_lineno());
1705 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1715 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1728 printd(DEBUG_PARSE, "%s:%d:optional\n", zconf_curname(), zconf_lineno());
1738 printd(DEBUG_PARSE, "%s:%d:default\n",
1749 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno());
1762 printd(DEBUG_PARSE, "%s:%d:endif\n", zconf_curname(), zconf_lineno());
1781 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno());
1799 printd(DEBUG_PARSE, "%s:%d:endmenu\n", zconf_curname(), zconf_lineno());
1808 printd(DEBUG_PARSE, "%s:%d:source %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1819 printd(DEBUG_PARSE, "%s:%d:comment\n", zconf_curname(), zconf_lineno());
1835 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
1853 printd(DEBUG_PARSE, "%s:%d:depends on\n", zconf_curname(), zconf_lineno());
2270 zconf_error("unexpected '%s' within %s block",
2276 zconf_error("'%s' in different file than '%s'",
2278 fprintf(stderr, "%s:%d: location of the '%s'\n",
2291 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno());
2303 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno());
2312 fprintf(stderr, "%s:%d: %s\n", zconf_curname(), zconf_lineno() + 1, err);
2324 fprintf(out, "%.*s", len, str);
2340 fprintf(out, "\nconfig %s\n", sym->name);
2415 fprintf(out, " help\n%s\n", menu->help);