Searched refs:dlg_lookup_key (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dlg_keys.h | 164 extern int dlg_lookup_key(WINDOW * /*win*/, int /*curses_key*/, int * /*dialog_key*/);
|
H A D | dlg_keys.c | 212 dlg_lookup_key(WINDOW *win, int curses_key, int *fkey) in dlg_lookup_key() function 910 actual = dlg_lookup_key(win, binding->curses_key, &fkey); in dump_one_binding()
|
H A D | ui_getc.c | 475 ch = dlg_lookup_key(win, ch, fkey); in dlg_getc()
|
H A D | editbox.c | 558 key = dlg_lookup_key(dialog, key, &fkey); in dlg_editbox()
|
H A D | checklist.c | 411 key = dlg_lookup_key(dialog, key, &fkey); in dlg_checklist()
|
H A D | treeview.c | 388 key = dlg_lookup_key(dialog, key, &fkey); in dlg_treeview()
|
H A D | calendar.c | 888 key = dlg_lookup_key(dialog, Mouse2Key(key), &fkey); in dialog_calendar()
|
H A D | buildlist.c | 823 key = dlg_lookup_key(dialog, key, &fkey); in dlg_buildlist()
|
H A D | CHANGES | 528 + correct comparison in dlg_lookup_key() so that using "bindkey" with 739 + correct logic in dlg_lookup_key() so that it matches the widget name
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 153 dlg_lookup_key
|
H A D | dialog.map | 155 dlg_lookup_key;
|