Home
last modified time | relevance | path

Searched refs:conf_binding (Results 1 – 6 of 6) sorted by relevance

/dports/net/nylon/nylon-1.21/src/
H A Dcfg.c103 struct conf_binding { struct
104 LIST_ENTRY (conf_binding) link;
112 LIST_HEAD (conf_bindings, conf_binding) conf_bindings[256]; in LIST_HEAD() argument
134 struct conf_binding *cb, *next; in conf_remove_now()
155 struct conf_binding *cb, *next; in conf_remove_section_now()
182 struct conf_binding *node = 0; in conf_set_now()
321 struct conf_binding *cb = 0; in conf_reinit()
421 struct conf_binding *cb; in conf_get_str()
485 struct conf_binding *cb; in conf_get_tag_list()
791 struct conf_binding *cb, *last = NULL; in conf_report()
/dports/www/crawl/crawl-0.4/
H A Dcfg.c93 struct conf_binding { struct
94 LIST_ENTRY (conf_binding) link;
102 LIST_HEAD (conf_bindings, conf_binding) conf_bindings[256]; in LIST_HEAD() argument
124 struct conf_binding *cb, *next; in conf_remove_now()
145 struct conf_binding *cb, *next; in conf_remove_section_now()
172 struct conf_binding *node = 0; in conf_set_now()
311 struct conf_binding *cb = 0; in conf_reinit()
411 struct conf_binding *cb; in conf_get_str()
475 struct conf_binding *cb; in conf_get_tag_list()
781 struct conf_binding *cb, *last = NULL; in conf_report()
/dports/net/trickle/trickle-1.07/
H A Dconf.c104 struct conf_binding { struct
105 LIST_ENTRY (conf_binding) link;
113 LIST_HEAD (conf_bindings, conf_binding) conf_bindings[256]; in LIST_HEAD() argument
135 struct conf_binding *cb, *next; in conf_remove_now()
156 struct conf_binding *cb, *next; in conf_remove_section_now()
183 struct conf_binding *node = 0; in conf_set_now()
322 struct conf_binding *cb = 0; in conf_reinit()
433 struct conf_binding *cb; in conf_get_str()
497 struct conf_binding *cb; in conf_get_tag_list()
803 struct conf_binding *cb, *last = NULL; in conf_report()
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dblocks.cc180 pIIR_BindingIndication conf_binding = NULL; in find_component_configuration() local
186 cl && conf_binding == NULL; cl = cl->rest) in find_component_configuration()
198 conf_binding = s->binding; in find_component_configuration()
201 conf_binding = s->binding; in find_component_configuration()
206 if (conf_binding) in find_component_configuration()
212 if (!conf_binding) in find_component_configuration()
332 conf_binding = build_BindingIndic (pos, conf_unit, conf_gmap, conf_pmap); in find_component_configuration()
335 return conf_binding; in find_component_configuration()
/dports/x11/foot/foot/
H A Dinput.c519 const struct config_key_binding *conf_binding, in convert_key_binding() argument
522 xkb_mod_mask_t mods = conf_modifiers_to_mask(seat, &conf_binding->modifiers); in convert_key_binding()
523 xkb_keysym_t sym = maybe_repair_key_combo(seat, conf_binding->sym, mods); in convert_key_binding()
529 .action = conf_binding->action, in convert_key_binding()
530 .pipe_argv = conf_binding->pipe.argv.args, in convert_key_binding()
564 const struct config_mouse_binding *conf_binding) in convert_mouse_binding() argument
567 .action = conf_binding->action, in convert_mouse_binding()
568 .mods = conf_modifiers_to_mask(seat, &conf_binding->modifiers), in convert_mouse_binding()
569 .button = conf_binding->button, in convert_mouse_binding()
570 .count = conf_binding->count, in convert_mouse_binding()
[all …]
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dprefseditor.py1717 for conf_binding, conf_accel in self.config["keybindings"].items():
1723 and current_binding != conf_binding
1725 duplicate_bindings.append((conf_binding, conf_accel))