Home
last modified time | relevance | path

Searched refs:dialog_textbox (Results 1 – 3 of 3) 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/toybox/kconfig/
Dmconf.c688 dialog_textbox(title, text, r, c); in show_textbox()