Searched refs:print_title (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | msgbox.c | 45 print_title(dialog, title, width); in dialog_msgbox()
|
D | yesno.c | 64 print_title(dialog, title, width); in dialog_yesno()
|
D | dialog.h | 148 void print_title(WINDOW *dialog, const char *title, int width);
|
D | inputbox.c | 69 print_title(dialog, title, width); in dialog_inputbox()
|
D | util.c | 183 void print_title(WINDOW *dialog, const char *title, int width) in print_title() function
|
D | checklist.c | 156 print_title(dialog, title, width); in dialog_checklist()
|
D | menubox.c | 211 print_title(dialog, title, width); in dialog_menu()
|
D | textbox.c | 103 print_title(dialog, title, width); in dialog_textbox()
|