Home
last modified time | relevance | path

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

/scripts/kconfig/
Dmconf.c483 item_make("%s%*c%s", in build_conf()
487 item_make(" %*c%s %s", in build_conf()
498 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf()
506 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf()
527 item_make(" "); in build_conf()
537 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf()
547 item_make("[%c]", val == no ? ' ' : '*'); in build_conf()
549 item_make("-%c-", val == no ? ' ' : '*'); in build_conf()
561 item_make("{%c}", ch); in build_conf()
563 item_make("<%c>", ch); in build_conf()
[all …]
Dnconf.c537 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() function
784 item_make(menu, 'm', in build_conf()
789 item_make(menu, 'm', in build_conf()
800 item_make(menu, ':', in build_conf()
809 item_make(menu, ':', "---%*c%s", in build_conf()
831 item_make(menu, def_menu ? 't' : ':', " "); in build_conf()
840 item_make(menu, ':', in build_conf()
850 item_make(menu, 't', "[%c]", in build_conf()
853 item_make(menu, 't', "-%c-", in build_conf()
870 item_make(menu, 't', "{%c}", ch); in build_conf()
[all …]
/scripts/kconfig/lxdialog/
Ddialog.h122 void item_make(const char *fmt, ...);
Dutil.c566 void item_make(const char *fmt, ...) in item_make() function