summaryrefslogtreecommitdiff
path: root/lib/libedit/vi.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-06-30 00:05:36 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-06-30 00:05:36 +0000
commit4e317cd7d599f8bfe9b7906ba2f75a82e29a5f7a (patch)
tree7381b8c061e5ffffa2117ee119ec36681dde870f /lib/libedit/vi.h
parenta6429617a1d028ff60e599bcc583a0b56c844d85 (diff)
Update libedit to bring it into sync with the latest version from NetBSD.
ok deraadt
Diffstat (limited to 'lib/libedit/vi.h')
-rw-r--r--lib/libedit/vi.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/lib/libedit/vi.h b/lib/libedit/vi.h
new file mode 100644
index 00000000000..69b07dc8167
--- /dev/null
+++ b/lib/libedit/vi.h
@@ -0,0 +1,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 */