Searched refs:item_make (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/scripts/kconfig/ |
| D | mconf.c | 533 item_make("%s%*c%s", in build_conf() 537 item_make(" %*c%s %s", in build_conf() 548 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 556 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 581 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() 589 item_make("<%c>", ch); in build_conf() 595 item_make(" "); in build_conf() 615 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 623 item_make(" "); in build_conf() 630 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() [all …]
|
| D | nconf.c | 535 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() function 831 item_make(menu, 'm', in build_conf() 836 item_make(menu, 'm', in build_conf() 847 item_make(menu, ':', in build_conf() 856 item_make(menu, ':', "---%*c%s", in build_conf() 881 item_make(menu, 't', "[%c]", in build_conf() 896 item_make(menu, 't', "<%c>", ch); in build_conf() 900 item_make(menu, def_menu ? 't' : ':', " "); in build_conf() 920 item_make(menu, ':', in build_conf() 928 item_make(menu, ':', " "); in build_conf() [all …]
|
| /Linux-v6.6/scripts/kconfig/lxdialog/ |
| D | dialog.h | 126 void item_make(const char *fmt, ...);
|
| D | util.c | 593 void item_make(const char *fmt, ...) in item_make() function
|