Searched refs:item_make (Results 1 – 3 of 3) sorted by relevance
/external/toybox/kconfig/ |
D | mconf.c | 446 item_make("%s%*c%s", in build_conf() 450 item_make(" %*c%s --->", indent + 1, ' ', prompt); in build_conf() 460 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 485 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() 493 item_make("<%c>", ch); in build_conf() 499 item_make(" "); in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 527 item_make(" "); in build_conf() 534 item_make("[%c]", val == no ? ' ' : '*'); in build_conf() 536 item_make("---"); in build_conf() [all …]
|
/external/toybox/kconfig/lxdialog/ |
D | dialog.h | 148 void item_make(const char *fmt, ...);
|
D | util.c | 535 void item_make(const char *fmt, ...) in item_make() function
|