• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/

Lines Matching defs:printd

154 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt)
1374 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1382 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1392 printd(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1404 printd(DEBUG_PARSE, "%s:%d:endconfig\n", zconf_curname(), zconf_lineno());
1412 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1422 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1432 printd(DEBUG_PARSE, "%s:%d:default(%u)\n",
1442 printd(DEBUG_PARSE, "%s:%d:select\n", zconf_curname(), zconf_lineno());
1450 printd(DEBUG_PARSE, "%s:%d:range\n", zconf_curname(), zconf_lineno());
1461 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
1477 printd(DEBUG_PARSE, "%s:%d:endchoice\n", zconf_curname(), zconf_lineno());
1486 printd(DEBUG_PARSE, "%s:%d:prompt\n", zconf_curname(), zconf_lineno());
1495 printd(DEBUG_PARSE, "%s:%d:type(%u)\n",
1507 printd(DEBUG_PARSE, "%s:%d:optional\n", zconf_curname(), zconf_lineno());
1516 printd(DEBUG_PARSE, "%s:%d:default\n",
1526 printd(DEBUG_PARSE, "%s:%d:if\n", zconf_curname(), zconf_lineno());
1538 printd(DEBUG_PARSE, "%s:%d:endif\n", zconf_curname(), zconf_lineno());
1548 printd(DEBUG_PARSE, "%s:%d:menu\n", zconf_curname(), zconf_lineno());
1564 printd(DEBUG_PARSE, "%s:%d:endmenu\n", zconf_curname(), zconf_lineno());
1572 printd(DEBUG_PARSE, "%s:%d:source %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string));
1582 printd(DEBUG_PARSE, "%s:%d:comment\n", zconf_curname(), zconf_lineno());
1596 printd(DEBUG_PARSE, "%s:%d:help\n", zconf_curname(), zconf_lineno());
1612 printd(DEBUG_PARSE, "%s:%d:depends on\n", zconf_curname(), zconf_lineno());
1620 printd(DEBUG_PARSE, "%s:%d:depends\n", zconf_curname(), zconf_lineno());
1628 printd(DEBUG_PARSE, "%s:%d:requires\n", zconf_curname(), zconf_lineno());