Searched refs:dlg_char_to_button (Results 1 - 19 of 19) sorted by last modified time

/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c178 if ((i = dlg_char_to_button(key, buttons)) >= 0) {
/freebsd-11-stable/contrib/dialog/
H A Dbuildlist.c777 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) {
H A Dbuttons.c447 dlg_char_to_button(int ch, const char **labels) function
H A Dcalendar.c567 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
H A Dchecklist.c464 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) {
H A Ddialog.h667 extern int dlg_char_to_button(int /*ch*/, const char ** /*labels*/);
H A Deditbox.c631 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) {
H A Dformbox.c648 code = dlg_char_to_button(key, buttons);
H A Dfselect.c894 (code = dlg_char_to_button(key, buttons)) >= 0) {
H A Dinputbox.c204 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) {
H A Dmenubox.c554 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) {
H A Dmsgbox.c122 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) {
H A Dprogressbox.c155 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) {
H A Drangebox.c318 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
H A Dtailbox.c228 if (!fkey && dlg_char_to_button(ch, obj->buttons) == 0) {
H A Dtextbox.c820 if (!fkey && (code = dlg_char_to_button(key, obj.buttons)) >= 0) {
H A Dtimebox.c291 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
H A Dtreeview.c439 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) {
H A Dyesno.c106 if ((code = dlg_char_to_button(key, buttons)) >= 0) {

Completed in 106 milliseconds