HomeSort by relevance Sort by last modified time
    Searched full:show_textbox (Results 1 - 1 of 1) sorted by null

  /external/toybox/kconfig/
mconf.c 287 static void show_textbox(const char *title, const char *text, int r, int c);
421 show_textbox(_("Search Results"), str_get(&res), 0, 0);
661 show_textbox(NULL, setmod_text, 6, 74);
685 static void show_textbox(const char *title, const char *text, int r, int c) function
693 show_textbox(title, text, 0, 0);
796 show_textbox(NULL, _("You have made an invalid entry."), 5, 43);
821 show_textbox(NULL, _("File does not exist!"), 5, 38);
845 show_textbox(NULL, _("Can't create file! Probably a nonexistent directory."), 5, 60);

Completed in 50 milliseconds