Searched refs:item_make (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | mconf.c | 368 item_make("%s%*c%s", in build_conf() 372 item_make(" %*c%s --->", indent + 1, ' ', prompt); in build_conf() 382 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf() 390 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf() 415 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() 423 item_make("<%c>", ch); in build_conf() 429 item_make(" "); in build_conf() 449 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf() 457 item_make(" "); in build_conf() 464 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() [all …]
|
| H A D | nconf.c | 528 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() function 756 item_make(menu, 'm', in build_conf() 761 item_make(menu, 'm', in build_conf() 772 item_make(menu, ':', in build_conf() 781 item_make(menu, ':', "---%*c%s", in build_conf() 806 item_make(menu, 't', "[%c]", in build_conf() 821 item_make(menu, 't', "<%c>", ch); in build_conf() 825 item_make(menu, def_menu ? 't' : ':', " "); in build_conf() 845 item_make(menu, ':', in build_conf() 853 item_make(menu, ':', " "); in build_conf() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 154 void item_make(const char *fmt, ...);
|
| H A D | util.c | 550 void item_make(const char *fmt, ...) in item_make() function
|