Home
last modified time | relevance | path

Searched refs:is_function_key (Results 1 – 7 of 7) sorted by relevance

/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Ddlg_keys.c90 for (n = 0; p->binding[n].is_function_key >= 0; ++n) { in key_is_bound()
92 && p->binding[n].is_function_key == function_key) { in key_is_bound()
141 q[0].is_function_key = 0; in dlg_register_buttons()
177 if (p->binding[1].is_function_key < 0) in dlg_unregister_window()
235 for (q = p->binding; q->is_function_key >= 0; ++q) { in dlg_lookup_key()
243 && q->is_function_key == function_key) { in dlg_lookup_key()
548 data[0].is_function_key = is_function; in make_binding()
759 for (q = p->binding; q->is_function_key >= 0; ++q) { in dlg_dump_window_keys()
H A Ddlg_keys.h44 int is_function_key; member
/dports/devel/cdialog/dialog-1.3-20201126/
H A Ddlg_keys.c97 for (n = 0; p->binding[n].is_function_key >= 0; ++n) { in key_is_bound()
99 && p->binding[n].is_function_key == function_key) { in key_is_bound()
152 q[0].is_function_key = 0; in dlg_register_buttons()
188 if (p->binding[1].is_function_key < 0) in dlg_unregister_window()
248 for (q = p->binding; q->is_function_key >= 0; ++q) { in dlg_lookup_key()
256 && q->is_function_key == function_key) { in dlg_lookup_key()
660 data[0].is_function_key = is_function; in make_binding()
944 for (q = p->binding; q->is_function_key >= 0; ++q) { in dlg_dump_window_keys()
H A Ddlg_keys.h44 int is_function_key; member
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/
H A Dkeysyms.rs121 pub fn is_function_key(keysym: xcb::Keysym) -> bool { in is_function_key() function
/dports/devel/stfl/stfl-0.24/
H A Dstfl_internals.h49 …ruct stfl_widget *w, struct stfl_widget *fw, struct stfl_form *f, wchar_t ch, int is_function_key);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ws/
H A Dkeycodes.h227 inline bool is_function_key(ws_code_t key) in is_function_key() function