Searched refs:dlg_char_to_button (Results 1 – 20 of 20) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | yesno.c | 106 if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_yesno()
|
| HD | msgbox.c | 122 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in dialog_msgbox()
|
| HD | inputbox.c | 204 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_inputbox()
|
| HD | progressbox.c | 155 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in pause_for_ok()
|
| HD | timebox.c | 291 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_timebox()
|
| HD | rangebox.c | 318 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_rangebox()
|
| HD | tailbox.c | 228 if (!fkey && dlg_char_to_button(ch, obj->buttons) == 0) { in handle_my_getc()
|
| HD | buttons.c | 447 dlg_char_to_button(int ch, const char **labels) in dlg_char_to_button() function
|
| HD | treeview.c | 439 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_treeview()
|
| HD | editbox.c | 631 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_editbox()
|
| HD | calendar.c | 567 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_calendar()
|
| HD | checklist.c | 464 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_checklist()
|
| HD | dialog.h | 667 extern int dlg_char_to_button(int /*ch*/, const char ** /*labels*/);
|
| HD | menubox.c | 554 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_menu()
|
| HD | fselect.c | 894 (code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_fselect()
|
| HD | textbox.c | 820 if (!fkey && (code = dlg_char_to_button(key, obj.buttons)) >= 0) { in dialog_textbox()
|
| HD | formbox.c | 648 code = dlg_char_to_button(key, buttons); in dlg_form()
|
| HD | buildlist.c | 777 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_buildlist()
|
| HD | CHANGES | 950 + 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/ |
| HD | diskeditor.c | 176 if ((i = dlg_char_to_button(key, buttons)) >= 0) { in diskeditor_show()
|