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

123

/macosx-10.10/libedit-40/local/
H A Demacs.h4 protected el_action_t em_delete_or_list (EditLine *, Int);
5 protected el_action_t em_delete_next_word (EditLine *, Int);
6 protected el_action_t em_yank (EditLine *, Int);
7 protected el_action_t em_kill_line (EditLine *, Int);
8 protected el_action_t em_kill_region (EditLine *, Int);
9 protected el_action_t em_copy_region (EditLine *, Int);
10 protected el_action_t em_gosmacs_transpose (EditLine *, Int);
11 protected el_action_t em_next_word (EditLine *, Int);
12 protected el_action_t em_upper_case (EditLine *, Int);
13 protected el_action_t em_capitol_cas
[all...]
H A Dcommon.h4 protected el_action_t ed_end_of_file (EditLine *, Int);
5 protected el_action_t ed_insert (EditLine *, Int);
6 protected el_action_t ed_delete_prev_word (EditLine *, Int);
7 protected el_action_t ed_delete_next_char (EditLine *, Int);
8 protected el_action_t ed_kill_line (EditLine *, Int);
9 protected el_action_t ed_move_to_end (EditLine *, Int);
10 protected el_action_t ed_move_to_beg (EditLine *, Int);
11 protected el_action_t ed_transpose_chars (EditLine *, Int);
12 protected el_action_t ed_next_char (EditLine *, Int);
13 protected el_action_t ed_prev_wor
[all...]
H A Dvi.h4 protected el_action_t vi_paste_next (EditLine *, Int);
5 protected el_action_t vi_paste_prev (EditLine *, Int);
6 protected el_action_t vi_prev_big_word (EditLine *, Int);
7 protected el_action_t vi_prev_word (EditLine *, Int);
8 protected el_action_t vi_next_big_word (EditLine *, Int);
9 protected el_action_t vi_next_word (EditLine *, Int);
10 protected el_action_t vi_change_case (EditLine *, Int);
11 protected el_action_t vi_change_meta (EditLine *, Int);
12 protected el_action_t vi_insert_at_bol (EditLine *, Int);
13 protected el_action_t vi_replace_cha
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.h52 el_action_t *alt; /* The current alternate key map */
53 el_action_t *key; /* The current normal key map */
54 el_action_t *current; /* The keymap we are using */
55 const el_action_t *emacs; /* The default emacs key map */
56 const el_action_t *vic; /* The vi command mode key map */
57 const el_action_t *vii; /* The vi insert mode key map */
H A Dsearch.h61 protected el_action_t ce_inc_search(EditLine *, int);
62 protected el_action_t cv_search(EditLine *, int);
63 protected el_action_t ce_search_line(EditLine *, int);
64 protected el_action_t cv_repeat_srch(EditLine *, int);
65 protected el_action_t cv_csearch(EditLine *, int, int, int, int);
H A Dcommon.c48 protected el_action_t
63 protected el_action_t
105 protected el_action_t
133 protected el_action_t
184 protected el_action_t
205 protected el_action_t
228 protected el_action_t
252 protected el_action_t
277 protected el_action_t
306 protected el_action_t
[all...]
H A Dvi.c44 private el_action_t cv_action(EditLine *, int);
45 private el_action_t cv_paste(EditLine *, int);
50 private el_action_t
80 private el_action_t
111 protected el_action_t
124 protected el_action_t
137 protected el_action_t
162 protected el_action_t
187 protected el_action_t
211 protected el_action_t
[all...]
H A Dkey.h45 el_action_t cmd; /* If it is a command the # */
73 protected void key_clear(EditLine *, el_action_t *, const char *);
H A Del.h62 typedef unsigned char el_action_t; /* Index to command array */ typedef
84 el_action_t lastcmd; /* Previous command */
85 el_action_t thiscmd; /* this command */
H A Demacs.c48 protected el_action_t
85 protected el_action_t
114 protected el_action_t
149 protected el_action_t
171 protected el_action_t
204 protected el_action_t
234 protected el_action_t
253 protected el_action_t
278 protected el_action_t
302 protected el_action_t
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
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 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 Dvi.c54 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...]
H A Dkey.h44 el_action_t cmd; /* If it is a command the # */
72 protected void key_clear(EditLine *, el_action_t *, const Char *);
H A Demacs.c53 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...]
H A Del.h67 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 */
H A Dcommon.c53 protected el_action_t
68 protected el_action_t
110 protected el_action_t
138 protected el_action_t
188 protected el_action_t
209 protected el_action_t
232 protected el_action_t
256 protected el_action_t
281 protected el_action_t
310 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...]
/macosx-10.10/libedit-40/src/
H A Dsearch.h67 protected el_action_t ce_inc_search(EditLine *, int);
68 protected el_action_t cv_search(EditLine *, int);
69 protected el_action_t ce_search_line(EditLine *, int);
70 protected el_action_t cv_repeat_srch(EditLine *, Int);
71 protected el_action_t cv_csearch(EditLine *, int, Int, int, int);
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 Dvi.c54 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...]
H A Dkeymacro.h44 el_action_t cmd; /* If it is a command the # */
68 protected void keymacro_clear(EditLine *, el_action_t *, const Char *);
H A Demacs.c53 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...]
H A Del.h67 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 */
H A Dcommon.c53 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...]

Completed in 269 milliseconds

123