MCPcopy Create free account
hub / github.com/coreboot/coreboot / show_help

Function show_help

util/kconfig/mconf.c:370–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370static void show_help(struct menu *menu)
371{
372 struct gstr help = str_new();
373
374 help.max_width = getmaxx(stdscr) - 10;
375 menu_get_ext_help(menu, &help);
376
377 show_helptext(menu_get_prompt(menu), str_get(&help));
378 str_free(&help);
379}
380
381static void search_conf(void)
382{

Callers 3

conf_choiceFunction · 0.70
conf_stringFunction · 0.70
confFunction · 0.70

Calls 7

str_newFunction · 0.85
getmaxxFunction · 0.85
menu_get_ext_helpFunction · 0.85
show_helptextFunction · 0.85
menu_get_promptFunction · 0.85
str_getFunction · 0.85
str_freeFunction · 0.85

Tested by

no test coverage detected