HomeSort by relevance Sort by last modified time
    Searched refs:el_action_t (Results 1 - 16 of 16) sorted by null

  /external/libedit/src/
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 */
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);
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...]
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...]
keymacro.h 44 el_action_t cmd; /* If it is a command the # */
68 protected void keymacro_clear(EditLine *, el_action_t *, const Char *);
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...]
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 */
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))
900 if (sizeof(el_map_vi_command) != N_KEYS * sizeof(el_action_t))
902 if (sizeof(el_map_vi_insert) != N_KEYS * sizeof(el_action_t))
    [all...]
search.c 206 protected el_action_t
216 el_action_t ret = CC_NORM;
390 (el_action_t) newdir;
391 ret = (el_action_t)
454 protected el_action_t
510 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */
528 protected el_action_t
570 protected el_action_t
579 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */
596 protected el_action_t
    [all...]
chared.h 83 el_action_t cmd; /* command to redo */
hist.h 79 protected el_action_t hist_get(EditLine *);
read.c 60 private int read_getcmd(EditLine *, el_action_t *, Char *);
240 read_getcmd(EditLine *el, el_action_t *cmdnum, Char *ch)
242 el_action_t cmd;
486 el_action_t cmdnum = 0;
keymacro.c 136 el->el_keymacro.val.cmd = (el_action_t) cmd;
219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in)
hist.c 97 protected el_action_t
tty.c 62 el_action_t bind[3]; /* emacs, vi, and vi-cmd */
906 el_action_t *map, *alt;
907 const el_action_t *dmap, *dalt;
    [all...]
terminal.c 1155 el_action_t *map;
1156 const el_action_t *dmap;
    [all...]

Completed in 122 milliseconds