Searched refs:dlg_lookup_key (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.h157 extern int dlg_lookup_key(WINDOW * /*win*/, int /*curses_key*/, int * /*dialog_key*/);
H A Dui_getc.c461 ch = dlg_lookup_key(win, ch, fkey);
H A Dcalendar.c564 key = dlg_lookup_key(dialog, key - M_EVENT, &fkey);
H A Dchecklist.c391 key = dlg_lookup_key(dialog, key, &fkey);
H A Ddlg_keys.c79 * Unlike dlg_lookup_key(), this looks for either widget-builtin or rc-file
105 * Ensure that dlg_lookup_key() will not accidentally translate a key that
201 dlg_lookup_key(WINDOW *win, int curses_key, int *fkey) function
H A Deditbox.c530 key = dlg_lookup_key(dialog, key, &fkey);
H A Dtreeview.c382 key = dlg_lookup_key(dialog, key, &fkey);
H A Dbuildlist.c718 key = dlg_lookup_key(dialog, key, &fkey);

Completed in 83 milliseconds