Home
last modified time | relevance | path

Searched refs:dlg_char_to_button (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/dialog/
HDyesno.c106 if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_yesno()
HDmsgbox.c122 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in dialog_msgbox()
HDinputbox.c204 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_inputbox()
HDprogressbox.c155 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in pause_for_ok()
HDtimebox.c291 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_timebox()
HDrangebox.c318 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_rangebox()
HDtailbox.c228 if (!fkey && dlg_char_to_button(ch, obj->buttons) == 0) { in handle_my_getc()
HDbuttons.c447 dlg_char_to_button(int ch, const char **labels) in dlg_char_to_button() function
HDtreeview.c439 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_treeview()
HDeditbox.c631 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_editbox()
HDcalendar.c567 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_calendar()
HDchecklist.c464 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_checklist()
HDdialog.h667 extern int dlg_char_to_button(int /*ch*/, const char ** /*labels*/);
HDmenubox.c554 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_menu()
HDfselect.c894 (code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_fselect()
HDtextbox.c820 if (!fkey && (code = dlg_char_to_button(key, obj.buttons)) >= 0) { in dialog_textbox()
HDformbox.c648 code = dlg_char_to_button(key, buttons); in dlg_form()
HDbuildlist.c777 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_buildlist()
HDCHANGES950 + corrected logic of dlg_char_to_button(), making it check only the
1143 + fix dlg_char_to_button(); 2003/09/10 changes made it incorrectly
1683 dlg_char_to_button()).
/NextBSD/usr.sbin/bsdinstall/partedit/
HDdiskeditor.c176 if ((i = dlg_char_to_button(key, buttons)) >= 0) { in diskeditor_show()