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

Function show_help

scripts/config/nconf.c:1310–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308}
1309
1310static void show_help(struct menu *menu)
1311{
1312 struct gstr help;
1313
1314 if (!menu)
1315 return;
1316
1317 help = str_new();
1318 menu_get_ext_help(menu, &help);
1319 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help));
1320 str_free(&help);
1321}
1322
1323static void conf_choice(struct menu *menu)
1324{

Callers 4

handle_f2Function · 0.70
selected_confFunction · 0.70
conf_choiceFunction · 0.70
conf_stringFunction · 0.70

Calls 6

str_newFunction · 0.85
menu_get_ext_helpFunction · 0.85
show_scroll_winFunction · 0.85
menu_get_promptFunction · 0.85
str_getFunction · 0.85
str_freeFunction · 0.85

Tested by

no test coverage detected