Lines Matching defs:el
99 keymacro_init(EditLine *el) in keymacro_init()
115 keymacro_end(EditLine *el) in keymacro_end()
128 keymacro_map_cmd(EditLine *el, int cmd) in keymacro_map_cmd()
140 keymacro_map_str(EditLine *el, wchar_t *str) in keymacro_map_str()
154 keymacro_reset(EditLine *el) in keymacro_reset()
173 keymacro_get(EditLine *el, wchar_t *ch, keymacro_value_t *val) in keymacro_get()
187 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_add()
216 keymacro_clear(EditLine *el, el_action_t *map, const wchar_t *in) in keymacro_clear()
234 keymacro_delete(EditLine *el, const wchar_t *key) in keymacro_delete()
255 keymacro_print(EditLine *el, const wchar_t *key) in keymacro_print()
276 node_trav(EditLine *el, keymacro_node_t *ptr, wchar_t *ch, in node_trav()
311 node__try(EditLine *el, keymacro_node_t *ptr, const wchar_t *str, in node__try()
372 node__delete(EditLine *el, keymacro_node_t **inptr, const wchar_t *str) in node__delete()
420 node__put(EditLine *el, keymacro_node_t *ptr) in node__put()
481 node_lookup(EditLine *el, const wchar_t *str, keymacro_node_t *ptr, in node_lookup()
533 node_enum(EditLine *el, keymacro_node_t *ptr, size_t cnt) in node_enum()
576 keymacro_kprint(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_kprint()