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

Function show_help

scripts/config/mconf.c:373–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

conf_choiceFunction · 0.70
conf_stringFunction · 0.70
confFunction · 0.70

Calls 6

str_newFunction · 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