Home
last modified time | relevance | path

Searched refs:initial_height (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dtextbox.c44 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument
73 if (initial_height != 0) in dialog_textbox()
74 height = initial_height; in dialog_textbox()
H A Ddialog.h226 int dialog_textbox(const char *title, char *tbuf, int initial_height,