Searched refs:dialog_msgbox (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | lxdialog.c | 198 return dialog_msgbox(t, av[2], atoi(av[3]), atoi(av[4]), 1); in j_msgbox() 203 return dialog_msgbox(t, av[2], atoi(av[3]), atoi(av[4]), 0); in j_infobox()
|
D | msgbox.c | 28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, in dialog_msgbox() function
|
D | dialog.h | 155 int dialog_msgbox(const char *title, const char *prompt, int height,
|