Home
last modified time | relevance | path

Searched refs:inputbox (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/
Dltpmenu228 --inputbox " Please enter the full path and \
264 --inputbox "$WINDOW_MSG" 7 80 \
372 --inputbox "You have chosen to execute testcases \
385 --inputbox " Please enter the root password \
/third_party/toybox/kconfig/lxdialog/
Dinputbox.c98 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
131 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
151 wattrset(dialog, dlg.inputbox.atr); in dialog_inputbox()
Dutil.c39 dlg.inputbox.atr = A_NORMAL; in set_mono_theme()
79 DLG_COLOR(inputbox, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
114 DLG_COLOR(inputbox, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme()
199 init_one_color(&dlg.inputbox); in init_dialog_colors()
Ddialog.h116 struct dialog_color inputbox; member