Home
last modified time | relevance | path

Searched refs:dlg_lookup_key (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/dialog/
H A Ddlg_keys.h164 extern int dlg_lookup_key(WINDOW * /*win*/, int /*curses_key*/, int * /*dialog_key*/);
H A Ddlg_keys.c212 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 Dui_getc.c475 ch = dlg_lookup_key(win, ch, fkey); in dlg_getc()
H A Deditbox.c558 key = dlg_lookup_key(dialog, key, &fkey); in dlg_editbox()
H A Dchecklist.c411 key = dlg_lookup_key(dialog, key, &fkey); in dlg_checklist()
H A Dtreeview.c388 key = dlg_lookup_key(dialog, key, &fkey); in dlg_treeview()
H A Dcalendar.c888 key = dlg_lookup_key(dialog, Mouse2Key(key), &fkey); in dialog_calendar()
H A Dbuildlist.c823 key = dlg_lookup_key(dialog, key, &fkey); in dlg_buildlist()
H A DCHANGES528 + 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 Ddialog.sym153 dlg_lookup_key
H A Ddialog.map155 dlg_lookup_key;