Searched refs:show_textbox (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/scripts/kconfig/ |
D | mconf.c | 291 static void show_textbox(const char *title, const char *text, int r, int c); 725 show_textbox(NULL, setmod_text, 6, 74); in conf() 763 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() function 771 show_textbox(title, text, 0, 0); in show_helptext() 780 show_textbox(NULL, s, 6, 60); in conf_message_callback() 885 show_textbox(NULL, "You have made an invalid entry.", 5, 43); in conf_string() 913 show_textbox(NULL, "File does not exist!", 5, 38); in conf_load() 939 show_textbox(NULL, "Can't create file!", 5, 60); in conf_save()
|