Searched defs:prompt (Results 1 – 13 of 13) sorted by relevance
/scripts/kconfig/lxdialog/ |
D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
D | menubox.c | 171 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
D | util.c | 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
|
/scripts/kconfig/ |
D | mconf.c | 490 const char *prompt = menu_get_prompt(menu); in build_conf() local 647 const char *prompt = menu_get_prompt(menu); in conf() local 798 const char *prompt = menu_get_prompt(menu); in conf_choice() local 859 const char *prompt = menu_get_prompt(menu); in conf_string() local
|
D | nconf.c | 752 const char *prompt = menu_get_prompt(menu); in build_conf() local 950 static void show_menu(const char *prompt, const char *instructions, in show_menu() 1071 const char *prompt = menu_get_prompt(menu); in conf() local 1233 const char *prompt = menu_get_prompt(menu); in conf_choice() local 1350 const char *prompt = menu_get_prompt(menu); in conf_string() local
|
D | conf.c | 359 const char *prompt; in conf() local
|
D | nconf.gui.c | 358 const char *title, const char *prompt, in dialog_inputbox()
|
D | menu.c | 156 struct property *menu_add_prompt(enum prop_type type, char *prompt, in menu_add_prompt()
|
D | expr.h | 241 struct property *prompt; member
|
D | gconf.c | 370 const char *prompt = menu_get_prompt(menu); in text_insert_help() local
|
D | qconf.cc | 93 QString prompt; in updateMenu() local
|