Searched refs:show_textbox (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | mconf.c | 282 static void show_textbox(const char *title, const char *text, int r, int c); 334 show_textbox(_("Search Results"), str_get(&res), 0, 0); in search_conf() 594 show_textbox(NULL, setmod_text, 6, 74); in conf() 621 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() function 629 show_textbox(title, text, 0, 0); in show_helptext() 731 show_textbox(NULL, _("You have made an invalid entry."), 5, 43); in conf_string() 759 show_textbox(NULL, _("File does not exist!"), 5, 38); in conf_load() 785 show_textbox(NULL, _("Can't create file! Probably a nonexistent directory."), 5, 60); in conf_save()
|