Searched refs:dlg_next_button (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/dialog/ |
| D | yesno.c | 114 button = dlg_next_button(buttons, button); in dialog_yesno()
|
| D | msgbox.c | 138 button = dlg_next_button(buttons, button); in dialog_msgbox()
|
| D | pause.c | 205 button = dlg_next_button(buttons, button); in dialog_pause()
|
| D | progressbox.c | 163 button = dlg_next_button(buttons, button); in pause_for_ok()
|
| D | buttons.c | 760 dlg_next_button(const char **labels, int button) in dlg_next_button() function
|
| D | treeview.c | 526 button = dlg_next_button(buttons, button); in dlg_treeview()
|
| D | checklist.c | 552 button = dlg_next_button(buttons, button); in dlg_checklist()
|
| D | dialog.h | 670 extern int dlg_next_button(const char ** /*labels*/, int /*button*/);
|
| D | menubox.c | 641 button = dlg_next_button(buttons, button); in dlg_menu()
|
| D | textbox.c | 837 button = dlg_next_button(obj.buttons, button); in dialog_textbox()
|
| D | buildlist.c | 818 button = dlg_next_button(buttons, button); in dlg_buildlist()
|
| /freebsd-12-stable/usr.sbin/bsdinstall/partedit/ |
| D | diskeditor.c | 191 cur_button = dlg_next_button(buttons, cur_button); in diskeditor_show()
|