Searched refs:dialog_menu (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A Dmenu3.c98 retval = dialog_menu("Do you have the GUTS?",
103 fprintf(stderr, "returned value for dialog_menu was %d\n", retval);
H A Dmenu1.c87 retval = dialog_menu("this is dialog_menu() in action, test #1",
92 fprintf(stderr, "returned value for dialog_menu was %d\n", retval);
H A Dmenu2.c86 retval = dialog_menu("this is dialog_menu() in action, test #2",
92 fprintf(stderr, "returned value for dialog_menu was %d\n", retval);
/freebsd-9.3-release/contrib/dialog/samples/install/
H A Dsetup.c176 ret = dialog_menu(title, prompt, y + num, x, num, num, items);
297 ret = dialog_menu("Choose install medium",
343 ret = dialog_menu("Linux Install Utility",
/freebsd-9.3-release/gnu/lib/libodialog/
H A Ddialog.h141 int dialog_menu(unsigned char *title, unsigned char *prompt, int height, int width, int menu_height,
H A Dmenubox.c39 dialog_menu(unsigned char *title, unsigned char *prompt, int height, int width, int menu_height, int cnt, void *it, unsigned char *result, int *ch, int *sc) function
/freebsd-9.3-release/
H A DObsoleteFiles.inc362 usr/share/man/man3/dialog_textbox.3.gz usr/share/man/man3/dialog_menu.3.gz \
/freebsd-9.3-release/usr.sbin/sade/
H A Ddmenu.c266 rval = dialog_menu((u_char *)menu->title, (u_char *)menu->prompt,
H A Dsystem.c75 (void)dialog_menu("Installation interrupt",
H A Dlabel.c469 i = dialog_menu("Please choose a partition type",
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddmenu.c364 rval = dialog_menu((u_char *)menu->title, (u_char *)menu->prompt,
H A Dsystem.c99 (void)dialog_menu("Installation interrupt",
H A Dindex.c668 rval = dialog_menu(top->name, top->desc, -1, -1, n > MAX_MENU ? MAX_MENU : n, -n, nitems + (plist ? 2 : 0), (char *)plist, pos, scroll);
H A Dlabel.c470 i = dialog_menu("Please choose a partition type",
/freebsd-9.3-release/contrib/dialog/
H A Ddialog.h544 extern int dialog_menu(const char * /*title*/, const char * /*cprompt*/, int /*height*/, int /*width*/, int /*menu_height*/, int /*item_no*/, char ** /*items*/);
H A Dmenubox.c693 * If dlg_menu() is called from dialog_menu(), we want to
697 * pointer owned by dialog_menu(). It would be nicer to have
698 * this logic inside dialog_menu(), but that cannot be done
715 * function. Usually that is done for dialog_menu(), so the
782 dialog_menu(const char *title, function
796 assert_ptr(listitems, "dialog_menu");
H A Ddialog.c642 return dialog_menu(t,
670 result = dialog_menu(t,

Completed in 276 milliseconds