Home
last modified time | relevance | path

Searched refs:dialog_textbox (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/scripts/kconfig/lxdialog/
H A Ddialog.h199 int dialog_textbox(const char *title, const char *tbuf, int initial_height,
H A Dtextbox.c151 int dialog_textbox(const char *title, const char *tbuf, int initial_height, in dialog_textbox() function
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h225 int dialog_textbox(const char *title, char *tbuf, int initial_height,
H A Dtextbox.c43 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() function
/openbmc/linux/scripts/kconfig/
H A Dmconf.c356 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext()
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()