Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dyesno.c111 if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_yesno()
H A Dmsgbox.c128 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in dialog_msgbox()
H A Dinputbox.c227 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_inputbox()
H A Dtailbox.c241 if (!fkey && dlg_char_to_button(ch, obj->buttons) == 0) { in handle_my_getc()
H A Drangebox.c318 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_rangebox()
H A Dtimebox.c303 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_timebox()
H A Dprogressbox.c326 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in pause_for_ok()
H A Dbuttons.c465 dlg_char_to_button(int ch, const char **labels) in dlg_char_to_button() function
H A Ddialog.h583 extern int dlg_char_to_button(int /*ch*/, const char ** /*labels*/);
H A Deditbox.c661 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_editbox()
H A Dchecklist.c486 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_checklist()
H A Dtreeview.c450 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_treeview()
H A Dmenubox.c594 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_menu()
H A Dtextbox.c847 if (!fkey && (code = dlg_char_to_button(key, obj.buttons)) >= 0) { in dialog_textbox()
H A Dfselect.c906 } else if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_fselect()
H A Dcalendar.c883 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_calendar()
H A Dformbox.c669 code = dlg_char_to_button(key, buttons); in dlg_form()
H A Dbuildlist.c893 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_buildlist()
H A DCHANGES1576 + corrected logic of dlg_char_to_button(), making it check only the
1769 + fix dlg_char_to_button(); 2003/09/10 changes made it incorrectly
2309 dlg_char_to_button()).