Home
last modified time | relevance | path

Searched refs:dlg_next_button (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/dialog/
Dyesno.c114 button = dlg_next_button(buttons, button); in dialog_yesno()
Dmsgbox.c138 button = dlg_next_button(buttons, button); in dialog_msgbox()
Dpause.c205 button = dlg_next_button(buttons, button); in dialog_pause()
Dprogressbox.c163 button = dlg_next_button(buttons, button); in pause_for_ok()
Dbuttons.c760 dlg_next_button(const char **labels, int button) in dlg_next_button() function
Dtreeview.c526 button = dlg_next_button(buttons, button); in dlg_treeview()
Dchecklist.c552 button = dlg_next_button(buttons, button); in dlg_checklist()
Ddialog.h670 extern int dlg_next_button(const char ** /*labels*/, int /*button*/);
Dmenubox.c641 button = dlg_next_button(buttons, button); in dlg_menu()
Dtextbox.c837 button = dlg_next_button(obj.buttons, button); in dialog_textbox()
Dbuildlist.c818 button = dlg_next_button(buttons, button); in dlg_buildlist()
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
Ddiskeditor.c191 cur_button = dlg_next_button(buttons, cur_button); in diskeditor_show()