Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Ddialog.h215 int dialog_checklist(const char *title, const char *prompt, int height,
H A Dchecklist.c117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist() function
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmconf.c672 res = dialog_checklist(prompt ? _(prompt) : _("Main Menu"), in conf_choice()