Searched refs:LIST_BINDINGS (Results 1 – 1 of 1) sorted by relevance
28 #define LIST_BINDINGS struct _list_bindings macro33 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()[all …]