Searched refs:el_action_t (Results 1 – 16 of 16) sorted by relevance
/external/libedit/src/ |
D | vi.c | 54 private el_action_t cv_action(EditLine *, Int); 55 private el_action_t cv_paste(EditLine *, Int); 60 private el_action_t 92 private el_action_t 123 protected el_action_t 136 protected el_action_t 149 protected el_action_t 174 protected el_action_t 199 protected el_action_t 223 protected el_action_t [all …]
|
D | common.c | 53 protected el_action_t 68 protected el_action_t 110 protected el_action_t 138 protected el_action_t 185 protected el_action_t 206 protected el_action_t 229 protected el_action_t 253 protected el_action_t 278 protected el_action_t 307 protected el_action_t [all …]
|
D | map.h | 51 el_action_t *alt; /* The current alternate key map */ 52 el_action_t *key; /* The current normal key map */ 53 el_action_t *current; /* The keymap we are using */ 54 const el_action_t *emacs; /* The default emacs key map */ 55 const el_action_t *vic; /* The vi command mode key map */ 56 const el_action_t *vii; /* The vi insert mode key map */
|
D | emacs.c | 53 protected el_action_t 89 protected el_action_t 118 protected el_action_t 154 protected el_action_t 176 protected el_action_t 209 protected el_action_t 239 protected el_action_t 258 protected el_action_t 283 protected el_action_t 307 protected el_action_t [all …]
|
D | search.h | 60 protected el_action_t ce_inc_search(EditLine *, int); 61 protected el_action_t cv_search(EditLine *, int); 62 protected el_action_t ce_search_line(EditLine *, int); 63 protected el_action_t cv_repeat_srch(EditLine *, Int); 64 protected el_action_t cv_csearch(EditLine *, int, Int, int, int);
|
D | map.c | 50 private void map_print_key(EditLine *, el_action_t *, const Char *); 51 private void map_print_some_keys(EditLine *, el_action_t *, Int, Int); 59 private const el_action_t el_map_emacs[] = { 326 private const el_action_t el_map_vi_insert[] = { 627 private const el_action_t el_map_vi_command[] = { 898 if (sizeof(el_map_emacs) != N_KEYS * sizeof(el_action_t)) in map_init() 900 if (sizeof(el_map_vi_command) != N_KEYS * sizeof(el_action_t)) in map_init() 902 if (sizeof(el_map_vi_insert) != N_KEYS * sizeof(el_action_t)) in map_init() 965 el_action_t *map = el->el_map.key; in map_init_nls() 981 el_action_t *map = el->el_map.key; in map_init_meta() [all …]
|
D | el.h | 67 typedef unsigned char el_action_t; /* Index to command array */ typedef 89 el_action_t lastcmd; /* Previous command */ 90 el_action_t thiscmd; /* this command */
|
D | search.c | 206 protected el_action_t 216 el_action_t ret = CC_NORM; in ce_inc_search() 390 (el_action_t) newdir; in ce_inc_search() 391 ret = (el_action_t) in ce_inc_search() 454 protected el_action_t 510 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */ in cv_search() 528 protected el_action_t 570 protected el_action_t 579 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */ in cv_repeat_srch() 596 protected el_action_t
|
D | keymacro.h | 44 el_action_t cmd; /* If it is a command the # */ 68 protected void keymacro_clear(EditLine *, el_action_t *, const Char *);
|
D | read.c | 60 private int read_getcmd(EditLine *, el_action_t *, Char *); 240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch) in read_getcmd() 242 el_action_t cmd; in read_getcmd() 486 el_action_t cmdnum = 0; in FUN()
|
D | hist.h | 79 protected el_action_t hist_get(EditLine *);
|
D | chared.h | 83 el_action_t cmd; /* command to redo */
|
D | keymacro.c | 136 el->el_keymacro.val.cmd = (el_action_t) cmd; in keymacro_map_cmd() 219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in) in keymacro_clear()
|
D | hist.c | 97 protected el_action_t
|
D | tty.c | 62 el_action_t bind[3]; /* emacs, vi, and vi-cmd */ 906 el_action_t *map, *alt; in tty_bind_char() 907 const el_action_t *dmap, *dalt; in tty_bind_char()
|
D | terminal.c | 1155 el_action_t *map; in terminal_bind_arrow() 1156 const el_action_t *dmap; in terminal_bind_arrow()
|