summaryrefslogtreecommitdiff
path: root/lib/libedit/vi.h
blob: 69b07dc81670581f4d8b2e83bd38fbd03f0c782d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* Automatically generated file, do not edit */
#ifndef _h_vi_c
#define _h_vi_c
protected el_action_t	vi_paste_next (EditLine *, Int);
protected el_action_t	vi_paste_prev (EditLine *, Int);
protected el_action_t	vi_prev_big_word (EditLine *, Int);
protected el_action_t	vi_prev_word (EditLine *, Int);
protected el_action_t	vi_next_big_word (EditLine *, Int);
protected el_action_t	vi_next_word (EditLine *, Int);
protected el_action_t	vi_change_case (EditLine *, Int);
protected el_action_t	vi_change_meta (EditLine *, Int);
protected el_action_t	vi_insert_at_bol (EditLine *, Int);
protected el_action_t	vi_replace_char (EditLine *, Int);
protected el_action_t	vi_replace_mode (EditLine *, Int);
protected el_action_t	vi_substitute_char (EditLine *, Int);
protected el_action_t	vi_substitute_line (EditLine *, Int);
protected el_action_t	vi_change_to_eol (EditLine *, Int);
protected el_action_t	vi_insert (EditLine *, Int);
protected el_action_t	vi_add (EditLine *, Int);
protected el_action_t	vi_add_at_eol (EditLine *, Int);
protected el_action_t	vi_delete_meta (EditLine *, Int);
protected el_action_t	vi_end_big_word (EditLine *, Int);
protected el_action_t	vi_end_word (EditLine *, Int);
protected el_action_t	vi_undo (EditLine *, Int);
protected el_action_t	vi_command_mode (EditLine *, Int);
protected el_action_t	vi_zero (EditLine *, Int);
protected el_action_t	vi_delete_prev_char (EditLine *, Int);
protected el_action_t	vi_list_or_eof (EditLine *, Int);
protected el_action_t	vi_kill_line_prev (EditLine *, Int);
protected el_action_t	vi_search_prev (EditLine *, Int);
protected el_action_t	vi_search_next (EditLine *, Int);
protected el_action_t	vi_repeat_search_next (EditLine *, Int);
protected el_action_t	vi_repeat_search_prev (EditLine *, Int);
protected el_action_t	vi_next_char (EditLine *, Int);
protected el_action_t	vi_prev_char (EditLine *, Int);
protected el_action_t	vi_to_next_char (EditLine *, Int);
protected el_action_t	vi_to_prev_char (EditLine *, Int);
protected el_action_t	vi_repeat_next_char (EditLine *, Int);
protected el_action_t	vi_repeat_prev_char (EditLine *, Int);
protected el_action_t	vi_match (EditLine *, Int);
protected el_action_t	vi_undo_line (EditLine *, Int);
protected el_action_t	vi_to_column (EditLine *, Int);
protected el_action_t	vi_yank_end (EditLine *, Int);
protected el_action_t	vi_yank (EditLine *, Int);
protected el_action_t	vi_comment_out (EditLine *, Int);
protected el_action_t	vi_alias (EditLine *, Int);
protected el_action_t	vi_to_history_line (EditLine *, Int);
protected el_action_t	vi_histedit (EditLine *, Int);
protected el_action_t	vi_history_word (EditLine *, Int);
protected el_action_t	vi_redo (EditLine *, Int);
#endif /* _h_vi_c */