[3075] | 1 | /* key.c -- Generated array containing function names.
|
---|
| 2 |
|
---|
| 3 | This file was automatically made from various source files with the
|
---|
| 4 | command "..//info/makedoc". DO NOT EDIT THIS FILE, only "..//info/makedoc.c".
|
---|
| 5 |
|
---|
| 6 | Source files groveled to make this file include:
|
---|
| 7 |
|
---|
| 8 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/session.c
|
---|
| 9 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/echo-area.c
|
---|
| 10 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/infodoc.c
|
---|
| 11 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/m-x.c
|
---|
| 12 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/indices.c
|
---|
| 13 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/nodemenu.c
|
---|
| 14 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/footnotes.c
|
---|
| 15 | D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/variables.c
|
---|
| 16 |
|
---|
| 17 | An entry in the array FUNCTION_KEY_ARRAY is made for each command
|
---|
| 18 | found in the above files; each entry consists of
|
---|
| 19 | a string which is the user-visible name of the function. */
|
---|
| 20 |
|
---|
| 21 | #include "key.h"
|
---|
| 22 | #include "funs.h"
|
---|
| 23 |
|
---|
| 24 | FUNCTION_KEY function_key_array[] = {
|
---|
| 25 |
|
---|
| 26 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/session.c". */
|
---|
| 27 | { "next-line", A_info_next_line },
|
---|
| 28 | { "prev-line", A_info_prev_line },
|
---|
| 29 | { "end-of-line", A_info_end_of_line },
|
---|
| 30 | { "beginning-of-line", A_info_beginning_of_line },
|
---|
| 31 | { "forward-char", A_info_forward_char },
|
---|
| 32 | { "backward-char", A_info_backward_char },
|
---|
| 33 | { "forward-word", A_info_forward_word },
|
---|
| 34 | { "backward-word", A_info_backward_word },
|
---|
| 35 | { "global-next-node", A_info_global_next_node },
|
---|
| 36 | { "global-prev-node", A_info_global_prev_node },
|
---|
| 37 | { "scroll-forward", A_info_scroll_forward },
|
---|
| 38 | { "scroll-forward-set-window", A_info_scroll_forward_set_window },
|
---|
| 39 | { "scroll-forward-page-only", A_info_scroll_forward_page_only },
|
---|
| 40 | { "scroll-forward-page-only-set-window", A_info_scroll_forward_page_only_set_window },
|
---|
| 41 | { "scroll-backward", A_info_scroll_backward },
|
---|
| 42 | { "scroll-backward-set-window", A_info_scroll_backward_set_window },
|
---|
| 43 | { "scroll-backward-page-only", A_info_scroll_backward_page_only },
|
---|
| 44 | { "scroll-backward-page-only-set-window", A_info_scroll_backward_page_only_set_window },
|
---|
| 45 | { "beginning-of-node", A_info_beginning_of_node },
|
---|
| 46 | { "end-of-node", A_info_end_of_node },
|
---|
| 47 | { "down-line", A_info_down_line },
|
---|
| 48 | { "up-line", A_info_up_line },
|
---|
| 49 | { "scroll-half-screen-down", A_info_scroll_half_screen_down },
|
---|
| 50 | { "scroll-half-screen-up", A_info_scroll_half_screen_up },
|
---|
| 51 | { "next-window", A_info_next_window },
|
---|
| 52 | { "prev-window", A_info_prev_window },
|
---|
| 53 | { "split-window", A_info_split_window },
|
---|
| 54 | { "delete-window", A_info_delete_window },
|
---|
| 55 | { "keep-one-window", A_info_keep_one_window },
|
---|
| 56 | { "scroll-other-window", A_info_scroll_other_window },
|
---|
| 57 | { "scroll-other-window-backward", A_info_scroll_other_window_backward },
|
---|
| 58 | { "grow-window", A_info_grow_window },
|
---|
| 59 | { "tile-windows", A_info_tile_windows },
|
---|
| 60 | { "toggle-wrap", A_info_toggle_wrap },
|
---|
| 61 | { "next-node", A_info_next_node },
|
---|
| 62 | { "prev-node", A_info_prev_node },
|
---|
| 63 | { "up-node", A_info_up_node },
|
---|
| 64 | { "last-node", A_info_last_node },
|
---|
| 65 | { "first-node", A_info_first_node },
|
---|
| 66 | { "last-menu-item", A_info_last_menu_item },
|
---|
| 67 | { "menu-digit", A_info_menu_digit },
|
---|
| 68 | { "menu-item", A_info_menu_item },
|
---|
| 69 | { "xref-item", A_info_xref_item },
|
---|
| 70 | { "find-menu", A_info_find_menu },
|
---|
| 71 | { "visit-menu", A_info_visit_menu },
|
---|
| 72 | { "goto-node", A_info_goto_node },
|
---|
| 73 | { "menu-sequence", A_info_menu_sequence },
|
---|
| 74 | { "goto-invocation-node", A_info_goto_invocation_node },
|
---|
| 75 | { "man", A_info_man },
|
---|
| 76 | { "top-node", A_info_top_node },
|
---|
| 77 | { "dir-node", A_info_dir_node },
|
---|
| 78 | { "history-node", A_info_history_node },
|
---|
| 79 | { "kill-node", A_info_kill_node },
|
---|
| 80 | { "view-file", A_info_view_file },
|
---|
| 81 | { "print-node", A_info_print_node },
|
---|
| 82 | { "search-case-sensitively", A_info_search_case_sensitively },
|
---|
| 83 | { "search", A_info_search },
|
---|
| 84 | { "search-backward", A_info_search_backward },
|
---|
| 85 | { "search-next", A_info_search_next },
|
---|
| 86 | { "search-previous", A_info_search_previous },
|
---|
| 87 | { "isearch-forward", A_isearch_forward },
|
---|
| 88 | { "isearch-backward", A_isearch_backward },
|
---|
| 89 | { "move-to-prev-xref", A_info_move_to_prev_xref },
|
---|
| 90 | { "move-to-next-xref", A_info_move_to_next_xref },
|
---|
| 91 | { "select-reference-this-line", A_info_select_reference_this_line },
|
---|
| 92 | { "abort-key", A_info_abort_key },
|
---|
| 93 | { "move-to-window-line", A_info_move_to_window_line },
|
---|
| 94 | { "redraw-display", A_info_redraw_display },
|
---|
| 95 | { "quit", A_info_quit },
|
---|
| 96 | { "do-lowercase-version", A_info_do_lowercase_version },
|
---|
| 97 | { "add-digit-to-numeric-arg", A_info_add_digit_to_numeric_arg },
|
---|
| 98 | { "universal-argument", A_info_universal_argument },
|
---|
| 99 | { "numeric-arg-digit-loop", A_info_numeric_arg_digit_loop },
|
---|
| 100 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/echo-area.c". */
|
---|
| 101 | { "echo-area-forward", A_ea_forward },
|
---|
| 102 | { "echo-area-backward", A_ea_backward },
|
---|
| 103 | { "echo-area-beg-of-line", A_ea_beg_of_line },
|
---|
| 104 | { "echo-area-end-of-line", A_ea_end_of_line },
|
---|
| 105 | { "echo-area-forward-word", A_ea_forward_word },
|
---|
| 106 | { "echo-area-backward-word", A_ea_backward_word },
|
---|
| 107 | { "echo-area-delete", A_ea_delete },
|
---|
| 108 | { "echo-area-rubout", A_ea_rubout },
|
---|
| 109 | { "echo-area-abort", A_ea_abort },
|
---|
| 110 | { "echo-area-newline", A_ea_newline },
|
---|
| 111 | { "echo-area-quoted-insert", A_ea_quoted_insert },
|
---|
| 112 | { "echo-area-insert", A_ea_insert },
|
---|
| 113 | { "echo-area-tab-insert", A_ea_tab_insert },
|
---|
| 114 | { "echo-area-transpose-chars", A_ea_transpose_chars },
|
---|
| 115 | { "echo-area-yank", A_ea_yank },
|
---|
| 116 | { "echo-area-yank-pop", A_ea_yank_pop },
|
---|
| 117 | { "echo-area-kill-line", A_ea_kill_line },
|
---|
| 118 | { "echo-area-backward-kill-line", A_ea_backward_kill_line },
|
---|
| 119 | { "echo-area-kill-word", A_ea_kill_word },
|
---|
| 120 | { "echo-area-backward-kill-word", A_ea_backward_kill_word },
|
---|
| 121 | { "echo-area-possible-completions", A_ea_possible_completions },
|
---|
| 122 | { "echo-area-complete", A_ea_complete },
|
---|
| 123 | { "echo-area-scroll-completions-window", A_ea_scroll_completions_window },
|
---|
| 124 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/infodoc.c". */
|
---|
| 125 | { "get-help-window", A_info_get_help_window },
|
---|
| 126 | { "get-info-help-node", A_info_get_info_help_node },
|
---|
| 127 | { "describe-key", A_describe_key },
|
---|
| 128 | { "where-is", A_info_where_is },
|
---|
| 129 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/m-x.c". */
|
---|
| 130 | { "describe-command", A_describe_command },
|
---|
| 131 | { "execute-command", A_info_execute_command },
|
---|
| 132 | { "set-screen-height", A_set_screen_height },
|
---|
| 133 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/indices.c". */
|
---|
| 134 | { "index-search", A_info_index_search },
|
---|
| 135 | { "next-index-match", A_info_next_index_match },
|
---|
| 136 | { "index-apropos", A_info_index_apropos },
|
---|
| 137 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/nodemenu.c". */
|
---|
| 138 | { "list-visited-nodes", A_list_visited_nodes },
|
---|
| 139 | { "select-visited-node", A_select_visited_node },
|
---|
| 140 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/footnotes.c". */
|
---|
| 141 | { "show-footnotes", A_info_show_footnotes },
|
---|
| 142 | /* Commands found in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/variables.c". */
|
---|
| 143 | { "describe-variable", A_describe_variable },
|
---|
| 144 | { "set-variable", A_set_variable },
|
---|
| 145 | { (char *)NULL, 0 }
|
---|
| 146 | };
|
---|