Searched refs:el_action_t (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/lib/libedit/
H A Dmap.h51 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 */
H A Dsearch.h60 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);
H A Dcommon.c51 protected el_action_t
66 protected el_action_t
108 protected el_action_t
136 protected el_action_t
183 protected el_action_t
204 protected el_action_t
224 protected el_action_t
248 protected el_action_t
273 protected el_action_t
302 protected el_action_t
[all...]
H A Dvi.c48 private el_action_t cv_action(EditLine *, int);
49 private el_action_t cv_paste(EditLine *, int);
54 private el_action_t
86 private el_action_t
116 protected el_action_t
129 protected el_action_t
142 protected el_action_t
167 protected el_action_t
192 protected el_action_t
216 protected el_action_t
[all...]
H A Dkey.h44 el_action_t cmd; /* If it is a command the # */
74 protected void key_clear(EditLine *, el_action_t *, const char *);
H A Del.h61 typedef unsigned char el_action_t; /* Index to command array */ typedef
83 el_action_t lastcmd; /* Previous command */
84 el_action_t thiscmd; /* this command */
H A Demacs.c51 protected el_action_t
87 protected el_action_t
116 protected el_action_t
152 protected el_action_t
174 protected el_action_t
207 protected el_action_t
237 protected el_action_t
256 protected el_action_t
281 protected el_action_t
305 protected el_action_t
[all...]
H A Dmap.c50 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))
906 el->el_map.alt = (el_action_t *)el_malloc(sizeof(el_action_t) * N_KEY
[all...]
H A Dhist.h71 protected el_action_t hist_get(EditLine *);
H A Dsearch.c197 protected el_action_t
207 el_action_t ret = CC_NORM;
380 (el_action_t) newdir;
443 protected el_action_t
499 el->el_state.lastcmd = (el_action_t) dir; /* avoid c_setpat */
517 protected el_action_t
559 protected el_action_t
568 el->el_state.lastcmd = (el_action_t) c; /* Hack to stop c_setpat */
585 protected el_action_t
H A Dchared.h83 el_action_t cmd; /* command to redo */
H A Dread.c57 private int read_getcmd(EditLine *, el_action_t *, char *);
233 read_getcmd(EditLine *el, el_action_t *cmdnum, char *ch)
235 el_action_t cmd;
412 el_action_t cmdnum = 0;
H A Dhist.c95 protected el_action_t
H A Dkey.c130 el->el_key.val.cmd = (el_action_t) cmd;
213 key_clear(EditLine *el, el_action_t *map, const char *in)
H A Dtty.c57 el_action_t bind[3]; /* emacs, vi, and vi-cmd */
870 el_action_t *map, *alt;
871 const el_action_t *dmap, *dalt;
H A Dterm.c1191 el_action_t *map;
1192 const el_action_t *dmap;

Completed in 351 milliseconds