Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Ddialog.h238 int dialog_textbox(const char *title, char *tbuf, int initial_height,
H A Dtextbox.c56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() function
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()