Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/
HDyesno.c111 if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_yesno()
HDmsgbox.c128 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in dialog_msgbox()
HDinputbox.c220 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_inputbox()
HDrangebox.c318 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_rangebox()
HDtailbox.c242 if (!fkey && dlg_char_to_button(ch, obj->buttons) == 0) { in handle_my_getc()
HDtimebox.c301 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_timebox()
HDprogressbox.c330 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in pause_for_ok()
HDbuttons.c469 dlg_char_to_button(int ch, const char **labels) in dlg_char_to_button() function
HDeditbox.c661 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_editbox()
HDtreeview.c445 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_treeview()
HDchecklist.c484 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_checklist()
HDmenubox.c586 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_menu()
HDdialog.h732 extern int dlg_char_to_button(int /*ch*/, const char ** /*labels*/);
HDtextbox.c847 if (!fkey && (code = dlg_char_to_button(key, obj.buttons)) >= 0) { in dialog_textbox()
HDcalendar.c891 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_calendar()
HDformbox.c669 code = dlg_char_to_button(key, buttons); in dlg_form()
HDfselect.c927 } else if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_fselect()
HDbuildlist.c893 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_buildlist()
HDCHANGES1482 + corrected logic of dlg_char_to_button(), making it check only the
1675 + fix dlg_char_to_button(); 2003/09/10 changes made it incorrectly
2215 dlg_char_to_button()).
/freebsd-14-stable/contrib/dialog/package/
HDdialog.sym87 dlg_char_to_button
HDdialog.map65 dlg_char_to_button;