Searched defs:prompt (Results 1 – 15 of 15) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | mconf.c | 489 const char *prompt = menu_get_prompt(menu); in build_conf() local 646 const char *prompt = menu_get_prompt(menu); in conf() local 797 const char *prompt = menu_get_prompt(menu); in conf_choice() local 858 const char *prompt = menu_get_prompt(menu); in conf_string() local
|
A D | nconf.c | 751 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
|
A D | menu.c | 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
|
A D | conf.c | 356 const char *prompt; in conf() local
|
A D | nconf.gui.c | 358 const char *title, const char *prompt, in dialog_inputbox()
|
A D | expr.h | 242 struct property *prompt; member
|
A D | gconf.c | 369 const char *prompt = menu_get_prompt(menu); in text_insert_help() local
|
A D | qconf.cc | 108 QString prompt; in updateMenu() local
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | yesno.c | 29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
A D | inputbox.c | 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
A D | checklist.c | 104 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
A D | menubox.c | 171 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
A D | util.c | 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 962 prompt: .byte 0x0d, 0x0a label
|
/xen/tools/xenstat/xentop/ |
A D | xentop.c | 215 char *prompt = NULL; variable
|
Completed in 27 milliseconds