Lines Matching defs:el
901 map_init(EditLine *el) in map_init()
953 map_end(EditLine *el) in map_end()
974 map_init_nls(EditLine *el) in map_init_nls()
990 map_init_meta(EditLine *el) in map_init_meta()
1031 map_init_vi(EditLine *el) in map_init_vi()
1061 map_init_emacs(EditLine *el) in map_init_emacs()
1095 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor()
1114 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor()
1135 map_print_key(EditLine *el, el_action_t *map, const wchar_t *in) in map_print_key()
1158 map_print_some_keys(EditLine *el, el_action_t *map, wint_t first, wint_t last) in map_print_some_keys()
1222 map_print_all_keys(EditLine *el) in map_print_all_keys()
1257 map_bind(EditLine *el, int argc, const wchar_t **argv) in map_bind()
1403 map_addfunc(EditLine *el, const wchar_t *name, const wchar_t *help, in map_addfunc()