Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Ddialog.h206 int dialog_textbox(const char *title, const char *file, int height, int width);
Dtextbox.c51 int dialog_textbox(const char *title, const char *tbuf, in dialog_textbox() function
/external/u-boot/scripts/kconfig/lxdialog/
Ddialog.h225 int dialog_textbox(const char *title, char *tbuf, int initial_height,
Dtextbox.c43 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() function
/external/toybox/kconfig/
Dmconf.c688 dialog_textbox(title, text, r, c); in show_textbox()
/external/u-boot/scripts/kconfig/
Dmconf.c761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()