Lines Matching defs:el
895 map_init(EditLine *el) in map_init()
945 map_end(EditLine *el) in map_end()
966 map_init_nls(EditLine *el) in map_init_nls()
982 map_init_meta(EditLine *el) in map_init_meta()
1023 map_init_vi(EditLine *el) in map_init_vi()
1053 map_init_emacs(EditLine *el) in map_init_emacs()
1087 map_set_editor(EditLine *el, wchar_t *editor) in map_set_editor()
1106 map_get_editor(EditLine *el, const wchar_t **editor) in map_get_editor()
1127 map_print_key(EditLine *el, el_action_t *map, const wchar_t *in) in map_print_key()
1150 map_print_some_keys(EditLine *el, el_action_t *map, wint_t first, wint_t last) in map_print_some_keys()
1214 map_print_all_keys(EditLine *el) in map_print_all_keys()
1249 map_bind(EditLine *el, int argc, const wchar_t **argv) in map_bind()
1394 map_addfunc(EditLine *el, const wchar_t *name, const wchar_t *help, in map_addfunc()