#include <map.h>
Public Attributes | |
ElAction_t * | fAlt |
ElAction_t * | fKey |
ElAction_t * | fCurrent |
const ElAction_t * | fEmacs |
const ElAction_t * | fVic |
const ElAction_t * | fVii |
int | fType |
ElBindings_t * | fHelp |
ElFunc_t * | fFunc |
int | fNFunc |
Definition at line 63 of file map.h.
Definition at line 64 of file map.h.
Referenced by key_clear(), map_bind(), map_end(), map_init(), map_init_emacs(), map_init_meta(), map_init_vi(), map_print_some_keys(), read_getcmd(), term_bind_arrow(), and tty_bind_char().
Definition at line 65 of file map.h.
Referenced by ch_init(), ch_reset(), cv_delfini(), key_clear(), map_bind(), map_end(), map_init(), map_init_emacs(), map_init_meta(), map_init_nls(), map_init_vi(), map_print_all_keys(), map_print_some_keys(), read_getcmd(), rl_bind_key(), term_bind_arrow(), and tty_bind_char().
Definition at line 66 of file map.h.
Referenced by c_delafter(), c_delbefore(), ce_inc_search(), ch_init(), ch_reset(), cv_delfini(), map_init_emacs(), map_init_vi(), and read_getcmd().
const ElAction_t* ElMap_t::fEmacs |
Definition at line 67 of file map.h.
Referenced by c_delafter(), c_delbefore(), map_end(), map_init(), map_init_emacs(), term_bind_arrow(), and tty_bind_char().
const ElAction_t* ElMap_t::fVic |
Definition at line 68 of file map.h.
Referenced by map_end(), map_init(), map_init_vi(), term_bind_arrow(), and tty_bind_char().
const ElAction_t* ElMap_t::fVii |
Definition at line 69 of file map.h.
Referenced by map_end(), map_init(), map_init_vi(), and tty_bind_char().
int ElMap_t::fType |
Definition at line 70 of file map.h.
Referenced by ed_delete_next_char(), ed_move_to_beg(), ed_move_to_end(), ed_newline(), ed_next_char(), ed_prev_char(), ed_prev_word(), em_next_word(), hist_get(), map_get_editor(), map_init_emacs(), map_init_meta(), map_init_vi(), term_bind_arrow(), term_reset_arrow(), and tty_bind_char().
Definition at line 71 of file map.h.
Referenced by el_gets(), key_kprint(), map_addfunc(), map_end(), map_init(), map_print_key(), map_print_some_keys(), and parse_cmd().
Definition at line 72 of file map.h.
Referenced by el_gets(), map_addfunc(), map_end(), map_init(), and rl_initialize().
int ElMap_t::fNFunc |
Definition at line 73 of file map.h.
Referenced by el_gets(), map_addfunc(), map_init(), and rl_initialize().