Lines Matching defs:el
891 map_init(EditLine *el) in map_init()
940 map_end(EditLine *el) in map_end()
961 map_init_nls(EditLine *el) in map_init_nls()
977 map_init_meta(EditLine *el) in map_init_meta()
1018 map_init_vi(EditLine *el) in map_init_vi()
1048 map_init_emacs(EditLine *el) in map_init_emacs()
1082 map_set_editor(EditLine *el, Char *editor) in map_set_editor()
1101 map_get_editor(EditLine *el, const Char **editor) in map_get_editor()
1122 map_print_key(EditLine *el, el_action_t *map, const Char *in) in map_print_key()
1145 map_print_some_keys(EditLine *el, el_action_t *map, Int first, Int last) in map_print_some_keys()
1209 map_print_all_keys(EditLine *el) in map_print_all_keys()
1244 map_bind(EditLine *el, int argc, const Char **argv) in map_bind()
1396 map_addfunc(EditLine *el, const Char *name, const Char *help, el_func_t func) in map_addfunc()