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

/linux-4.1.27/scripts/kconfig/
H A Dnconf.c523 static void item_make(struct menu *menu, char tag, const char *fmt, ...) item_make() function
757 item_make(menu, 'm', build_conf()
762 item_make(menu, 'm', build_conf()
773 item_make(menu, ':', build_conf()
782 item_make(menu, ':', "---%*c%s", build_conf()
807 item_make(menu, 't', "[%c]", build_conf()
822 item_make(menu, 't', "<%c>", ch); build_conf()
826 item_make(menu, def_menu ? 't' : ':', " "); build_conf()
846 item_make(menu, ':', build_conf()
854 item_make(menu, ':', " "); build_conf()
859 item_make(menu, 't', "[%c]", build_conf()
862 item_make(menu, 't', "-%c-", build_conf()
879 item_make(menu, build_conf()
882 item_make(menu, build_conf()
885 item_make(menu, 't', "-%c-", ch); build_conf()
889 item_make(menu, 's', " (%s)", build_conf()
1256 item_make(child, ':', "<X> %s", conf_choice()
1259 item_make(child, ':', " %s", conf_choice()
1262 item_make(child, ':', "*** %s ***", conf_choice()
H A Dmconf.c496 item_make("%s%*c%s", build_conf()
500 item_make(" %*c%s %s", build_conf()
511 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); build_conf()
519 item_make("---%*c%s", indent + 1, ' ', _(prompt)); build_conf()
544 item_make("[%c]", val == no ? ' ' : '*'); build_conf()
552 item_make("<%c>", ch); build_conf()
558 item_make(" "); build_conf()
578 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); build_conf()
586 item_make(" "); build_conf()
593 item_make("[%c]", val == no ? ' ' : '*'); build_conf()
595 item_make("-%c-", val == no ? ' ' : '*'); build_conf()
607 item_make("{%c}", ch); build_conf()
609 item_make("<%c>", ch); build_conf()
611 item_make("-%c-", ch); build_conf()
617 item_make("(%s)", sym_get_string_value(sym)); build_conf()
817 item_make("%s", _(menu_get_prompt(child))); conf_choice()
819 item_make("*** %s ***", _(menu_get_prompt(child))); conf_choice()
/linux-4.1.27/scripts/kconfig/lxdialog/
H A Ddialog.h161 void item_make(const char *fmt, ...);
H A Dutil.c606 void item_make(const char *fmt, ...) item_make() function

Completed in 147 milliseconds