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

Function show_textbox

util/kconfig/mconf.c:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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