Searched refs:menu_get_prompt (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/kconfig/ |
D | mconf.c | 346 str_printf(r, "%*c-> %s", j, ' ', menu_get_prompt(menu)); in get_prompt_str() 441 const char *prompt = menu_get_prompt(menu); in build_conf() 504 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 507 item_add_str(" (%s)", menu_get_prompt(def_menu)); in build_conf() 519 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 559 item_add_str("%*c%s%s", tmp, ' ', menu_get_prompt(menu), in build_conf() 567 item_add_str("%*c%s%s", indent + 1, ' ', menu_get_prompt(menu), in build_conf() 586 const char *prompt = menu_get_prompt(menu); in conf() 712 show_helptext(menu_get_prompt(menu), str_get(&help)); in show_help() 718 const char *prompt = menu_get_prompt(menu); in conf_choice() [all …]
|
D | conf.c | 305 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 315 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 323 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 332 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice() 429 prompt = menu_get_prompt(menu); in conf()
|
D | lkc_proto.h | 13 P(menu_get_prompt,const char *,(struct menu *menu));
|
D | menu.c | 394 const char *menu_get_prompt(struct menu *menu) in menu_get_prompt() function
|
D | confdata.c | 480 str = menu_get_prompt(menu); in conf_write()
|