Lines Matching defs:el
105 keymacro_init(EditLine *el) in keymacro_init()
121 keymacro_end(EditLine *el) in keymacro_end()
134 keymacro_map_cmd(EditLine *el, int cmd) in keymacro_map_cmd()
146 keymacro_map_str(EditLine *el, wchar_t *str) in keymacro_map_str()
160 keymacro_reset(EditLine *el) in keymacro_reset()
179 keymacro_get(EditLine *el, wchar_t *ch, keymacro_value_t *val) in keymacro_get()
193 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add()
222 keymacro_clear(EditLine *el, el_action_t *map, const wchar_t *in) in keymacro_clear()
240 keymacro_delete(EditLine *el, const wchar_t *key) in keymacro_delete()
261 keymacro_print(EditLine *el, const wchar_t *key) in keymacro_print()
282 node_trav(EditLine *el, keymacro_node_t *ptr, wchar_t *ch, in node_trav()
317 node__try(EditLine *el, keymacro_node_t *ptr, const wchar_t *str, in node__try()
378 node__delete(EditLine *el, keymacro_node_t **inptr, const wchar_t *str) in node__delete()
426 node__put(EditLine *el, keymacro_node_t *ptr) in node__put()
487 node_lookup(EditLine *el, const wchar_t *str, keymacro_node_t *ptr, in node_lookup()
540 node_enum(EditLine *el, keymacro_node_t *ptr, size_t cnt) in node_enum()
583 keymacro_kprint(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_kprint()