Home
last modified time | relevance | path

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

/trueos/contrib/dialog/
HDyesno.c123 button = dlg_prev_button(buttons, button); in dialog_yesno()
HDmsgbox.c147 button = dlg_prev_button(buttons, button); in dialog_msgbox()
HDpause.c214 button = dlg_prev_button(buttons, button); in dialog_pause()
HDprogressbox.c167 button = dlg_prev_button(buttons, button); in pause_for_ok()
HDbuttons.c777 dlg_prev_button(const char **labels, int button) in dlg_prev_button() function
HDtreeview.c521 button = dlg_prev_button(buttons, button); in dlg_treeview()
HDchecklist.c547 button = dlg_prev_button(buttons, button); in dlg_checklist()
HDmenubox.c636 button = dlg_prev_button(buttons, button); in dlg_menu()
HDdialog.h673 extern int dlg_prev_button(const char ** /*labels*/, int /*button*/);
HDtextbox.c846 button = dlg_prev_button(obj.buttons, button); in dialog_textbox()
HDbuildlist.c803 button = dlg_prev_button(buttons, button); in dlg_buildlist()
/trueos/usr.sbin/bsdinstall/partedit/
HDdiskeditor.c197 cur_button = dlg_prev_button(buttons, cur_button); in diskeditor_show()