File: vi.h

package info (click to toggle)
mono-debugger 0.60%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 9,556 kB
  • ctags: 22,787
  • sloc: ansic: 99,407; cs: 42,429; sh: 9,192; makefile: 376
file content (51 lines) | stat: -rw-r--r-- 2,715 bytes parent folder | download | duplicates (2)
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 */