Searched defs:title (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | msgbox.c | 28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, in dialog_msgbox()
|
D | yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
D | inputbox.c | 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
D | checklist.c | 111 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
D | textbox.c | 37 int dialog_textbox(const char *title, const char *file, int height, int width) in dialog_textbox()
|
D | menubox.c | 181 int dialog_menu(const char *title, const char *prompt, int height, int width, in dialog_menu()
|
D | lxdialog.c | 57 const char *title = NULL; in main() local
|
D | util.c | 183 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
|
/busybox-1.35.0/scripts/kconfig/ |
D | mconf.c | 847 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 860 static void show_helptext(const char *title, const char *text) in show_helptext() 885 static void show_file(const char *filename, const char *title, int r, int c) in show_file()
|
D | gconf.c | 205 char title[256]; in init_main_window() local 500 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1547 const char *title; member 1562 const char *title; member
|