Lines Matching refs:LIST_BINDINGS
28 #define LIST_BINDINGS struct _list_bindings macro
33 LIST_BINDINGS {
34 LIST_BINDINGS *link;
42 static LIST_BINDINGS *all_bindings;
51 LIST_BINDINGS *p, *q; in dlg_register_window()
60 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) { in dlg_register_window()
92 LIST_BINDINGS *p; in key_is_bound()
123 LIST_BINDINGS *p; in dlg_register_buttons()
150 if ((p = dlg_calloc(LIST_BINDINGS, 1)) != 0) { in dlg_register_buttons()
178 LIST_BINDINGS *p, *q; in dlg_unregister_window()
214 LIST_BINDINGS *p; in dlg_lookup_key()
593 LIST_BINDINGS *p; in find_binding()
616 compare_bindings(LIST_BINDINGS * a, LIST_BINDINGS * b) in compare_bindings()
646 LIST_BINDINGS *entry = 0; in make_binding()
652 && (entry = dlg_calloc(LIST_BINDINGS, 1)) != 0 in make_binding()
655 LIST_BINDINGS *p, *q; in make_binding()
932 LIST_BINDINGS *p; in dlg_dump_window_keys()
960 LIST_BINDINGS *p; in dlg_dump_keys()