Searched refs:dlg_result_key (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dlg_keys.h | 166 extern int dlg_result_key(int /*dialog_key*/, int /*fkey*/, int * /*resultp*/);
|
H A D | yesno.c | 107 if (dlg_result_key(key, fkey, &result)) { in dialog_yesno()
|
H A D | msgbox.c | 124 if (dlg_result_key(key, fkey, &result)) { in dialog_msgbox()
|
H A D | pause.c | 198 } else if (dlg_result_key(key, fkey, &result)) { in dialog_pause()
|
H A D | inputbox.c | 185 if (dlg_result_key(key, fkey, &result)) { in dialog_inputbox()
|
H A D | menubox.c | 172 if (dlg_result_key(key, fkey, &check)) { in input_menu_edit() 533 if (dlg_result_key(key, fkey, &result)) { in dlg_menu()
|
H A D | rangebox.c | 313 if (dlg_result_key(key, fkey, &result)) { in dialog_rangebox()
|
H A D | timebox.c | 296 if (dlg_result_key(key, fkey, &result)) { in dialog_timebox()
|
H A D | progressbox.c | 325 if (dlg_result_key(key, fkey, &result)) { in pause_for_ok()
|
H A D | editbox.c | 518 if (dlg_result_key(key, fkey, &result)) { in dlg_editbox()
|
H A D | checklist.c | 388 if (dlg_result_key(key, fkey, &result)) { in dlg_checklist()
|
H A D | treeview.c | 366 if (dlg_result_key(key, fkey, &result)) { in dlg_treeview()
|
H A D | dlg_keys.c | 277 dlg_result_key(int dialog_key, int fkey GCC_UNUSED, int *resultp) in dlg_result_key() function
|
H A D | calendar.c | 882 if (dlg_result_key(key, fkey, &result)) { in dialog_calendar()
|
H A D | textbox.c | 842 if (dlg_result_key(key, fkey, &result)) { in dialog_textbox()
|
H A D | fselect.c | 782 if (dlg_result_key(key, fkey, &result)) { in dlg_fselect()
|
H A D | formbox.c | 662 if (dlg_result_key(key, fkey, &result)) { in dlg_form()
|
H A D | buildlist.c | 774 if (dlg_result_key(key, fkey, &result)) { in dlg_buildlist()
|
H A D | CHANGES | 190 + modify dlg_will_resize() and dlg_result_key() functions to reduce 1024 + modify dlg_result_key() to map curses ERR to dialog's error exit 1284 + add/use dlg_result_key() to allow binding function keys to the
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 197 dlg_result_key
|
H A D | dialog.map | 165 dlg_result_key;
|