Home | History | Annotate | Download | only in src

Lines Matching full:editline

84 private int		 node_trav(EditLine *, keymacro_node_t *, Char *,
86 private int node__try(EditLine *, keymacro_node_t *, const Char *,
90 private void node__put(EditLine *, keymacro_node_t *);
91 private int node__delete(EditLine *, keymacro_node_t **,
93 private int node_lookup(EditLine *, const Char *,
95 private int node_enum(EditLine *, keymacro_node_t *, size_t);
104 keymacro_init(EditLine *el)
120 keymacro_end(EditLine *el)
133 keymacro_map_cmd(EditLine *el, int cmd)
145 keymacro_map_str(EditLine *el, Char *str)
159 keymacro_reset(EditLine *el)
177 keymacro_get(EditLine *el, Char *ch, keymacro_value_t *val)
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype)
219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in)
239 keymacro_delete(EditLine *el, const Char *key)
260 keymacro_print(EditLine *el, const Char *key)
281 node_trav(EditLine *el, keymacro_node_t *ptr, Char *ch, keymacro_value_t *val)
318 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str,
381 node__delete(EditLine *el, keymacro_node_t **inptr, const Char *str)
429 node__put(EditLine *el, keymacro_node_t *ptr)
491 node_lookup(EditLine *el, const Char *str, keymacro_node_t *ptr, size_t cnt)
543 node_enum(EditLine *el, keymacro_node_t *ptr, size_t cnt)
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype)