Searched refs:dialog_textbox (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 199 int dialog_textbox(const char *title, const char *tbuf, int initial_height,
|
H A D | textbox.c | 151 int dialog_textbox(const char *title, const char *tbuf, int initial_height, in dialog_textbox() function
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 225 int dialog_textbox(const char *title, char *tbuf, int initial_height,
|
H A D | textbox.c | 43 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() function
|
/openbmc/linux/scripts/kconfig/ |
H A D | mconf.c | 356 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()
|