Lines Matching refs:n
278 # define YYID(n) (n)
908 YYFPRINTF (stderr, "\n"); \
993 YYFPRINTF (stderr, "\n");
1021 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1030 YYFPRINTF (stderr, "\n");
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",
1445 YYDPRINTF ((stderr, "Starting parse\n"));
1526 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
1533 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1565 YYDPRINTF ((stderr, "Now at end of input.\n"));
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());
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());
2314 fprintf(stderr, "%s:%d: location of the '%s'\n",
2331 fprintf(stderr, "\n");
2343 fprintf(stderr, "\n");
2349 fprintf(stderr, "%s:%d: %s\n", zconf_curname(), zconf_lineno() + 1, err);
2376 fprintf(out, "\nchoice\n");
2378 fprintf(out, "\nconfig %s\n", sym->name);
2381 fputs(" boolean\n", out);
2384 fputs(" tristate\n", out);
2387 fputs(" string\n", out);
2390 fputs(" integer\n", out);
2393 fputs(" hex\n", out);
2396 fputs(" ???\n", out);
2410 fputc('\n', out);
2419 fputc('\n', out);
2422 fputs(" #choice value\n", out);
2427 fputc('\n', out);
2432 fputc('\n', out);
2437 fputc('\n', out);
2440 fprintf(out, " unknown prop %d!\n", prop->type);
2446 while (menu->help[--len] == '\n')
2448 fprintf(out, " help\n%s\n", menu->help);
2467 fputs("\n", out);
2472 fputs("\n", out);
2480 fputc('\n', out);
2490 fputs("\nendmenu\n", out);