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

Function conf_message_callback

util/kconfig/mconf.c:896–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896static void conf_message_callback(const char *s)
897{
898 if (save_and_exit) {
899 if (!silent)
900 printf("%s", s);
901 } else {
902 show_textbox(NULL, s, 6, 60);
903 }
904}
905
906static int handle_exit(void)
907{

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
show_textboxFunction · 0.85

Tested by

no test coverage detected