Lines Matching defs:el
104 keymacro_init(EditLine *el) in keymacro_init()
120 keymacro_end(EditLine *el) in keymacro_end()
133 keymacro_map_cmd(EditLine *el, int cmd) in keymacro_map_cmd()
145 keymacro_map_str(EditLine *el, Char *str) in keymacro_map_str()
159 keymacro_reset(EditLine *el) in keymacro_reset()
177 keymacro_get(EditLine *el, Char *ch, keymacro_value_t *val) in keymacro_get()
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_add()
219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in) in keymacro_clear()
239 keymacro_delete(EditLine *el, const Char *key) in keymacro_delete()
260 keymacro_print(EditLine *el, const Char *key) in keymacro_print()
281 node_trav(EditLine *el, keymacro_node_t *ptr, Char *ch, keymacro_value_t *val) in node_trav()
288 if (FUN(el,getc)(el, ch) != 1) {/* if EOF or error */ in node_trav() local
318 node__try(EditLine *el, keymacro_node_t *ptr, const Char *str, in node__try()
381 node__delete(EditLine *el, keymacro_node_t **inptr, const Char *str) in node__delete()
429 node__put(EditLine *el, keymacro_node_t *ptr) in node__put()
491 node_lookup(EditLine *el, const Char *str, keymacro_node_t *ptr, size_t cnt) in node_lookup()
543 node_enum(EditLine *el, keymacro_node_t *ptr, size_t cnt) in node_enum()
586 keymacro_kprint(EditLine *el, const Char *key, keymacro_value_t *val, int ntype) in keymacro_kprint()