Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/kconfig/lxdialog/
Ddialog.h199 int dialog_textbox(const char *title, const char *tbuf, int initial_height,
Dtextbox.c151 int dialog_textbox(const char *title, const char *tbuf, int initial_height, in dialog_textbox() function
/Linux-v6.6/scripts/kconfig/
Dmconf.c356 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext()