Searched defs:title (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | GrubConf.py | 91 def __init__(self, title, lines): argument 138 def __init__(self, title, lines): argument 262 def new_image(self, title, lines): argument 322 def __init__(self, title, lines): argument 361 def new_image(self, title, lines): argument
|
A D | ExtLinuxConf.py | 130 def new_image(self, title, lines): argument
|
A D | LiloConf.py | 150 def new_image(self, title, lines): argument
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | mconf.c | 395 struct gstr title; in search_conf() local 756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 771 static void show_helptext(const char *title, const char *text) in show_helptext()
|
A D | nconf.gui.c | 358 const char *title, const char *prompt, in dialog_inputbox() 543 const char *title, in show_scroll_win()
|
A D | nconf.c | 693 struct gstr title; in search_conf() local
|
A D | gconf.c | 392 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
|
A D | qconf.cc | 1280 char title[256]; in ConfigMainWindow() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
A D | inputbox.c | 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
A D | checklist.c | 117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
A D | menubox.c | 184 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
A D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox()
|
A D | dialog.h | 120 struct dialog_color title; member
|
A D | util.c | 365 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
|
Completed in 31 milliseconds