Lines Matching refs:EditLine

85 static int		 node_trav(EditLine *, keymacro_node_t *, wchar_t *,
87 static int node__try(EditLine *, keymacro_node_t *,
91 static void node__put(EditLine *, keymacro_node_t *);
92 static int node__delete(EditLine *, keymacro_node_t **,
94 static int node_lookup(EditLine *, const wchar_t *,
96 static int node_enum(EditLine *, keymacro_node_t *, size_t);
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()
376 node__delete(EditLine *el, keymacro_node_t **inptr, const wchar_t *str) in node__delete()
424 node__put(EditLine *el, keymacro_node_t *ptr) in node__put()
484 node_lookup(EditLine *el, const wchar_t *str, keymacro_node_t *ptr, in node_lookup()
537 node_enum(EditLine *el, keymacro_node_t *ptr, size_t cnt) in node_enum()
580 keymacro_kprint(EditLine *el, const wchar_t *key, keymacro_value_t *val, in keymacro_kprint()