show_textbox      291 scripts/kconfig/mconf.c static void show_textbox(const char *title, const char *text, int r, int c);
show_textbox      726 scripts/kconfig/mconf.c 					show_textbox(NULL, setmod_text, 6, 74);
show_textbox      772 scripts/kconfig/mconf.c 	show_textbox(title, text, 0, 0);
show_textbox      783 scripts/kconfig/mconf.c 		show_textbox(NULL, buf, 6, 60);
show_textbox      887 scripts/kconfig/mconf.c 			show_textbox(NULL, _("You have made an invalid entry."), 5, 43);
show_textbox      915 scripts/kconfig/mconf.c 			show_textbox(NULL, _("File does not exist!"), 5, 38);
show_textbox      941 scripts/kconfig/mconf.c 			show_textbox(NULL, _("Can't create file!  Probably a nonexistent directory."), 5, 60);