Home | History | Annotate | Download | only in libedit

Lines Matching refs:el_action_t

60 static void	map_print_key(EditLine *, el_action_t *, const wchar_t *);
61 static void map_print_some_keys(EditLine *, el_action_t *, wint_t, wint_t);
69 static const el_action_t el_map_emacs[] = {
336 static const el_action_t el_map_vi_insert[] = {
637 static const el_action_t el_map_vi_command[] = {
908 if (sizeof(el_map_emacs) != N_KEYS * sizeof(el_action_t))
910 if (sizeof(el_map_vi_command) != N_KEYS * sizeof(el_action_t))
912 if (sizeof(el_map_vi_insert) != N_KEYS * sizeof(el_action_t))
978 el_action_t *map = el->el_map.key;
994 el_action_t *map = el->el_map.key;
995 el_action_t *alt = el->el_map.alt;
1034 el_action_t *key = el->el_map.key;
1035 el_action_t *alt = el->el_map.alt;
1036 const el_action_t *vii = el->el_map.vii;
1037 const el_action_t *vic = el->el_map.vic;
1065 el_action_t *key = el->el_map.key;
1066 el_action_t *alt = el->el_map.alt;
1067 const el_action_t *emacs = el->el_map.emacs;
1135 map_print_key(EditLine *el, el_action_t *map, const wchar_t *in)
1158 map_print_some_keys(EditLine *el, el_action_t *map, wint_t first, wint_t last)
1259 el_action_t *map;
1385 map[(unsigned char) *in] = (el_action_t)cmd;