Home | History | Annotate | Download | only in libedit

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)
121 keymacro_end(EditLine *el)
134 keymacro_map_cmd(EditLine *el, int cmd)
146 keymacro_map_str(EditLine *el, wchar_t *str)
160 keymacro_reset(EditLine *el)
179 keymacro_get(EditLine *el, wchar_t *ch, keymacro_value_t *val)
193 keymacro_add(EditLine *el, const wchar_t *key, keymacro_value_t *val,
222 keymacro_clear(EditLine *el, el_action_t *map, const wchar_t *in)
240 keymacro_delete(EditLine *el, const wchar_t *key)
261 keymacro_print(EditLine *el, const wchar_t *key)
282 node_trav(EditLine *el, keymacro_node_t *ptr, wchar_t *ch,
317 node__try(EditLine *el, keymacro_node_t *ptr, const wchar_t *str,
376 node__delete(EditLine *el, keymacro_node_t **inptr, const wchar_t *str)
424 node__put(EditLine *el, keymacro_node_t *ptr)
484 node_lookup(EditLine *el, const wchar_t *str, keymacro_node_t *ptr,
537 node_enum(EditLine *el, keymacro_node_t *ptr, size_t cnt)
580 keymacro_kprint(EditLine *el, const wchar_t *key, keymacro_value_t *val,