Searched refs:dlg_char_to_button (Results 1 – 21 of 21) sorted by relevance
| /freebsd-14-stable/contrib/dialog/ |
| HD | yesno.c | 111 if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_yesno()
|
| HD | msgbox.c | 128 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in dialog_msgbox()
|
| HD | inputbox.c | 220 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dialog_inputbox()
|
| HD | rangebox.c | 318 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_rangebox()
|
| HD | tailbox.c | 242 if (!fkey && dlg_char_to_button(ch, obj->buttons) == 0) { in handle_my_getc()
|
| HD | timebox.c | 301 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_timebox()
|
| HD | progressbox.c | 330 if (!fkey && (check = dlg_char_to_button(key, buttons)) >= 0) { in pause_for_ok()
|
| HD | buttons.c | 469 dlg_char_to_button(int ch, const char **labels) in dlg_char_to_button() function
|
| HD | editbox.c | 661 if (!fkey && (code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_editbox()
|
| HD | treeview.c | 445 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_treeview()
|
| HD | checklist.c | 484 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_checklist()
|
| HD | menubox.c | 586 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_menu()
|
| HD | dialog.h | 732 extern int dlg_char_to_button(int /*ch*/, const char ** /*labels*/);
|
| HD | textbox.c | 847 if (!fkey && (code = dlg_char_to_button(key, obj.buttons)) >= 0) { in dialog_textbox()
|
| HD | calendar.c | 891 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) { in dialog_calendar()
|
| HD | formbox.c | 669 code = dlg_char_to_button(key, buttons); in dlg_form()
|
| HD | fselect.c | 927 } else if ((code = dlg_char_to_button(key, buttons)) >= 0) { in dlg_fselect()
|
| HD | buildlist.c | 893 } else if ((j = dlg_char_to_button(key, buttons)) >= 0) { in dlg_buildlist()
|
| HD | CHANGES | 1482 + 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/ |
| HD | dialog.sym | 87 dlg_char_to_button
|
| HD | dialog.map | 65 dlg_char_to_button;
|