Searched refs:dialog_textbox (Results 1 – 6 of 6) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | dialog.h | 206 int dialog_textbox(const char *title, const char *file, int height, int width);
|
D | textbox.c | 51 int dialog_textbox(const char *title, const char *tbuf, in dialog_textbox() function
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | dialog.h | 225 int dialog_textbox(const char *title, char *tbuf, int initial_height,
|
D | textbox.c | 43 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() function
|
/external/toybox/kconfig/ |
D | mconf.c | 688 dialog_textbox(title, text, r, c); in show_textbox()
|
/external/u-boot/scripts/kconfig/ |
D | mconf.c | 761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()
|