Searched refs:show_textbox (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/scripts/config/
H A Dmconf.c275 static void show_textbox(const char *title, const char *text, int r, int c);
573 show_textbox(_("Search Results"), str_get(&res), 0, 0);
830 show_textbox(NULL, setmod_text, 6, 74);
854 static void show_textbox(const char *title, const char *text, int r, int c) function
867 show_textbox(title, text, 0, 0);
998 show_textbox(NULL, _("You have made an invalid entry."), 5, 43);
1027 show_textbox(NULL, _("File does not exist!"), 5, 38);
1056 show_textbox(NULL, _("Can't create file! Probably a nonexistent directory."), 5, 60);

Completed in 23 milliseconds