Home
last modified time | relevance | path

Searched refs:dlg_button_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/dialog/
Dbuttons.c223 dlg_button_count(const char **labels) in dlg_button_count() function
272 int count = dlg_button_count(labels); in dlg_button_x_step()
309 if (labels != 0 && dlg_button_count(labels)) { in dlg_button_layout()
Dpause.c73 bool have_buttons = (dlg_button_count(buttons) != 0); in dialog_pause()
Ddialog.h664 extern int dlg_button_count(const char ** /*labels*/);