Searched refs:dlg_next_button (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | yesno.c | 119 button = dlg_next_button(buttons, button); in dialog_yesno()
|
H A D | msgbox.c | 146 button = dlg_next_button(buttons, button); in dialog_msgbox()
|
H A D | pause.c | 214 button = dlg_next_button(buttons, button); in dialog_pause()
|
H A D | progressbox.c | 338 button = dlg_next_button(buttons, button); in pause_for_ok()
|
H A D | buttons.c | 804 dlg_next_button(const char **labels, int button) in dlg_next_button() function
|
H A D | checklist.c | 575 button = dlg_next_button(buttons, button); in dlg_checklist()
|
H A D | treeview.c | 535 button = dlg_next_button(buttons, button); in dlg_treeview()
|
H A D | menubox.c | 674 button = dlg_next_button(buttons, button); in dlg_menu()
|
H A D | dialog.h | 735 extern int dlg_next_button(const char ** /*labels*/, int /*button*/);
|
H A D | textbox.c | 864 button = dlg_next_button(obj.buttons, button); in dialog_textbox()
|
H A D | buildlist.c | 934 button = dlg_next_button(buttons, button); in dlg_buildlist()
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 170 dlg_next_button
|
H A D | dialog.map | 107 dlg_next_button;
|