show_textbox      283 scripts/kconfig/mconf.c static void show_textbox(const char *title, const char *text, int r, int c);
show_textbox      412 scripts/kconfig/mconf.c 	show_textbox(_("Search Results"), str_get(&res), 0, 0);
show_textbox      664 scripts/kconfig/mconf.c 					show_textbox(NULL, setmod_text, 6, 74);
show_textbox      696 scripts/kconfig/mconf.c 	show_textbox(title, text, 0, 0);
show_textbox      799 scripts/kconfig/mconf.c 			show_textbox(NULL, _("You have made an invalid entry."), 5, 43);
show_textbox      827 scripts/kconfig/mconf.c 			show_textbox(NULL, _("File does not exist!"), 5, 38);
show_textbox      853 scripts/kconfig/mconf.c 			show_textbox(NULL, _("Can't create file!  Probably a nonexistent directory."), 5, 60);