Home
last modified time | relevance | path

Searched refs:show_textbox_ext (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c289 static int show_textbox_ext(const char *title, char *text, int r, int c,
446 dres = show_textbox_ext(_("Search Results"), (char *) in search_conf()
756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() function
767 show_textbox_ext(title, (char *) text, r, c, (int []) {0}, NULL, NULL, in show_textbox()
/openbmc/linux/scripts/kconfig/
H A Dmconf.c350 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext() function
362 show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL); in show_textbox()
485 dres = show_textbox_ext("Search Results", str_get(&res), 0, 0, in search_conf()