Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/kconfig/lxdialog/
Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno() function
Ddialog.h209 int dialog_yesno(const char *title, const char *prompt, int height, int width);
/linux-3.4.99/scripts/kconfig/
Dmconf.c803 res = dialog_yesno(NULL, in handle_exit()