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

Function show_textbox

scripts/config/mconf.c:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363static void show_textbox(const char *title, const char *text, int r, int c)
364{
365 show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL);
366}
367
368static void show_helptext(const char *title, const char *text)
369{

Callers 6

show_helptextFunction · 0.85
conf_stringFunction · 0.85
conf_loadFunction · 0.85
conf_saveFunction · 0.85
confFunction · 0.85
conf_message_callbackFunction · 0.85

Calls 1

show_textbox_extFunction · 0.85

Tested by

no test coverage detected