Home
last modified time | relevance | path

Searched refs:dialog_msgbox (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dlxdialog.c198 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()
Dmsgbox.c28 int dialog_msgbox(const char *title, const char *prompt, int height, int width, in dialog_msgbox() function
Ddialog.h155 int dialog_msgbox(const char *title, const char *prompt, int height,