Searched refs:cprint1 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c282 static int cprint1(const char *fmt, ...);
333 static int cprint1(const char *fmt, ...) function
578 cprint1("%s%*c%s",
582 cprint1(" %*c%s --->", indent + 1, ' ', prompt);
616 cprint1("[%c]", val == no ? ' ' : '*');
624 cprint1("<%c>", ch);
629 cprint1(" ");
632 cprint1("%*c%s", indent + 1, ' ', menu_get_prompt(menu));
635 cprint1(" (%s)", menu_get_prompt(def_menu));
636 cprint1("
[all...]

Completed in 44 milliseconds