[3075] | 1 | /* funs.h -- Generated declarations for Info commands. */
|
---|
| 2 |
|
---|
| 3 | #include "info.h"
|
---|
| 4 |
|
---|
| 5 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/session.c". */
|
---|
| 6 | #define A_info_next_line 0
|
---|
| 7 | extern void info_next_line (WINDOW *window, int count, unsigned char key);
|
---|
| 8 | #define A_info_prev_line 1
|
---|
| 9 | extern void info_prev_line (WINDOW *window, int count, unsigned char key);
|
---|
| 10 | #define A_info_end_of_line 2
|
---|
| 11 | extern void info_end_of_line (WINDOW *window, int count, unsigned char key);
|
---|
| 12 | #define A_info_beginning_of_line 3
|
---|
| 13 | extern void info_beginning_of_line (WINDOW *window, int count, unsigned char key);
|
---|
| 14 | #define A_info_forward_char 4
|
---|
| 15 | extern void info_forward_char (WINDOW *window, int count, unsigned char key);
|
---|
| 16 | #define A_info_backward_char 5
|
---|
| 17 | extern void info_backward_char (WINDOW *window, int count, unsigned char key);
|
---|
| 18 | #define A_info_forward_word 6
|
---|
| 19 | extern void info_forward_word (WINDOW *window, int count, unsigned char key);
|
---|
| 20 | #define A_info_backward_word 7
|
---|
| 21 | extern void info_backward_word (WINDOW *window, int count, unsigned char key);
|
---|
| 22 | #define A_info_global_next_node 8
|
---|
| 23 | extern void info_global_next_node (WINDOW *window, int count, unsigned char key);
|
---|
| 24 | #define A_info_global_prev_node 9
|
---|
| 25 | extern void info_global_prev_node (WINDOW *window, int count, unsigned char key);
|
---|
| 26 | #define A_info_scroll_forward 10
|
---|
| 27 | extern void info_scroll_forward (WINDOW *window, int count, unsigned char key);
|
---|
| 28 | #define A_info_scroll_forward_set_window 11
|
---|
| 29 | extern void info_scroll_forward_set_window (WINDOW *window, int count, unsigned char key);
|
---|
| 30 | #define A_info_scroll_forward_page_only 12
|
---|
| 31 | extern void info_scroll_forward_page_only (WINDOW *window, int count, unsigned char key);
|
---|
| 32 | #define A_info_scroll_forward_page_only_set_window 13
|
---|
| 33 | extern void info_scroll_forward_page_only_set_window (WINDOW *window, int count, unsigned char key);
|
---|
| 34 | #define A_info_scroll_backward 14
|
---|
| 35 | extern void info_scroll_backward (WINDOW *window, int count, unsigned char key);
|
---|
| 36 | #define A_info_scroll_backward_set_window 15
|
---|
| 37 | extern void info_scroll_backward_set_window (WINDOW *window, int count, unsigned char key);
|
---|
| 38 | #define A_info_scroll_backward_page_only 16
|
---|
| 39 | extern void info_scroll_backward_page_only (WINDOW *window, int count, unsigned char key);
|
---|
| 40 | #define A_info_scroll_backward_page_only_set_window 17
|
---|
| 41 | extern void info_scroll_backward_page_only_set_window (WINDOW *window, int count, unsigned char key);
|
---|
| 42 | #define A_info_beginning_of_node 18
|
---|
| 43 | extern void info_beginning_of_node (WINDOW *window, int count, unsigned char key);
|
---|
| 44 | #define A_info_end_of_node 19
|
---|
| 45 | extern void info_end_of_node (WINDOW *window, int count, unsigned char key);
|
---|
| 46 | #define A_info_down_line 20
|
---|
| 47 | extern void info_down_line (WINDOW *window, int count, unsigned char key);
|
---|
| 48 | #define A_info_up_line 21
|
---|
| 49 | extern void info_up_line (WINDOW *window, int count, unsigned char key);
|
---|
| 50 | #define A_info_scroll_half_screen_down 22
|
---|
| 51 | extern void info_scroll_half_screen_down (WINDOW *window, int count, unsigned char key);
|
---|
| 52 | #define A_info_scroll_half_screen_up 23
|
---|
| 53 | extern void info_scroll_half_screen_up (WINDOW *window, int count, unsigned char key);
|
---|
| 54 | #define A_info_next_window 24
|
---|
| 55 | extern void info_next_window (WINDOW *window, int count, unsigned char key);
|
---|
| 56 | #define A_info_prev_window 25
|
---|
| 57 | extern void info_prev_window (WINDOW *window, int count, unsigned char key);
|
---|
| 58 | #define A_info_split_window 26
|
---|
| 59 | extern void info_split_window (WINDOW *window, int count, unsigned char key);
|
---|
| 60 | #define A_info_delete_window 27
|
---|
| 61 | extern void info_delete_window (WINDOW *window, int count, unsigned char key);
|
---|
| 62 | #define A_info_keep_one_window 28
|
---|
| 63 | extern void info_keep_one_window (WINDOW *window, int count, unsigned char key);
|
---|
| 64 | #define A_info_scroll_other_window 29
|
---|
| 65 | extern void info_scroll_other_window (WINDOW *window, int count, unsigned char key);
|
---|
| 66 | #define A_info_scroll_other_window_backward 30
|
---|
| 67 | extern void info_scroll_other_window_backward (WINDOW *window, int count, unsigned char key);
|
---|
| 68 | #define A_info_grow_window 31
|
---|
| 69 | extern void info_grow_window (WINDOW *window, int count, unsigned char key);
|
---|
| 70 | #define A_info_tile_windows 32
|
---|
| 71 | extern void info_tile_windows (WINDOW *window, int count, unsigned char key);
|
---|
| 72 | #define A_info_toggle_wrap 33
|
---|
| 73 | extern void info_toggle_wrap (WINDOW *window, int count, unsigned char key);
|
---|
| 74 | #define A_info_next_node 34
|
---|
| 75 | extern void info_next_node (WINDOW *window, int count, unsigned char key);
|
---|
| 76 | #define A_info_prev_node 35
|
---|
| 77 | extern void info_prev_node (WINDOW *window, int count, unsigned char key);
|
---|
| 78 | #define A_info_up_node 36
|
---|
| 79 | extern void info_up_node (WINDOW *window, int count, unsigned char key);
|
---|
| 80 | #define A_info_last_node 37
|
---|
| 81 | extern void info_last_node (WINDOW *window, int count, unsigned char key);
|
---|
| 82 | #define A_info_first_node 38
|
---|
| 83 | extern void info_first_node (WINDOW *window, int count, unsigned char key);
|
---|
| 84 | #define A_info_last_menu_item 39
|
---|
| 85 | extern void info_last_menu_item (WINDOW *window, int count, unsigned char key);
|
---|
| 86 | #define A_info_menu_digit 40
|
---|
| 87 | extern void info_menu_digit (WINDOW *window, int count, unsigned char key);
|
---|
| 88 | #define A_info_menu_item 41
|
---|
| 89 | extern void info_menu_item (WINDOW *window, int count, unsigned char key);
|
---|
| 90 | #define A_info_xref_item 42
|
---|
| 91 | extern void info_xref_item (WINDOW *window, int count, unsigned char key);
|
---|
| 92 | #define A_info_find_menu 43
|
---|
| 93 | extern void info_find_menu (WINDOW *window, int count, unsigned char key);
|
---|
| 94 | #define A_info_visit_menu 44
|
---|
| 95 | extern void info_visit_menu (WINDOW *window, int count, unsigned char key);
|
---|
| 96 | #define A_info_goto_node 45
|
---|
| 97 | extern void info_goto_node (WINDOW *window, int count, unsigned char key);
|
---|
| 98 | #define A_info_menu_sequence 46
|
---|
| 99 | extern void info_menu_sequence (WINDOW *window, int count, unsigned char key);
|
---|
| 100 | #define A_info_goto_invocation_node 47
|
---|
| 101 | extern void info_goto_invocation_node (WINDOW *window, int count, unsigned char key);
|
---|
| 102 | #define A_info_man 48
|
---|
| 103 | extern void info_man (WINDOW *window, int count, unsigned char key);
|
---|
| 104 | #define A_info_top_node 49
|
---|
| 105 | extern void info_top_node (WINDOW *window, int count, unsigned char key);
|
---|
| 106 | #define A_info_dir_node 50
|
---|
| 107 | extern void info_dir_node (WINDOW *window, int count, unsigned char key);
|
---|
| 108 | #define A_info_history_node 51
|
---|
| 109 | extern void info_history_node (WINDOW *window, int count, unsigned char key);
|
---|
| 110 | #define A_info_kill_node 52
|
---|
| 111 | extern void info_kill_node (WINDOW *window, int count, unsigned char key);
|
---|
| 112 | #define A_info_view_file 53
|
---|
| 113 | extern void info_view_file (WINDOW *window, int count, unsigned char key);
|
---|
| 114 | #define A_info_print_node 54
|
---|
| 115 | extern void info_print_node (WINDOW *window, int count, unsigned char key);
|
---|
| 116 | #define A_info_search_case_sensitively 55
|
---|
| 117 | extern void info_search_case_sensitively (WINDOW *window, int count, unsigned char key);
|
---|
| 118 | #define A_info_search 56
|
---|
| 119 | extern void info_search (WINDOW *window, int count, unsigned char key);
|
---|
| 120 | #define A_info_search_backward 57
|
---|
| 121 | extern void info_search_backward (WINDOW *window, int count, unsigned char key);
|
---|
| 122 | #define A_info_search_next 58
|
---|
| 123 | extern void info_search_next (WINDOW *window, int count, unsigned char key);
|
---|
| 124 | #define A_info_search_previous 59
|
---|
| 125 | extern void info_search_previous (WINDOW *window, int count, unsigned char key);
|
---|
| 126 | #define A_isearch_forward 60
|
---|
| 127 | extern void isearch_forward (WINDOW *window, int count, unsigned char key);
|
---|
| 128 | #define A_isearch_backward 61
|
---|
| 129 | extern void isearch_backward (WINDOW *window, int count, unsigned char key);
|
---|
| 130 | #define A_info_move_to_prev_xref 62
|
---|
| 131 | extern void info_move_to_prev_xref (WINDOW *window, int count, unsigned char key);
|
---|
| 132 | #define A_info_move_to_next_xref 63
|
---|
| 133 | extern void info_move_to_next_xref (WINDOW *window, int count, unsigned char key);
|
---|
| 134 | #define A_info_select_reference_this_line 64
|
---|
| 135 | extern void info_select_reference_this_line (WINDOW *window, int count, unsigned char key);
|
---|
| 136 | #define A_info_abort_key 65
|
---|
| 137 | extern void info_abort_key (WINDOW *window, int count, unsigned char key);
|
---|
| 138 | #define A_info_move_to_window_line 66
|
---|
| 139 | extern void info_move_to_window_line (WINDOW *window, int count, unsigned char key);
|
---|
| 140 | #define A_info_redraw_display 67
|
---|
| 141 | extern void info_redraw_display (WINDOW *window, int count, unsigned char key);
|
---|
| 142 | #define A_info_quit 68
|
---|
| 143 | extern void info_quit (WINDOW *window, int count, unsigned char key);
|
---|
| 144 | #define A_info_do_lowercase_version 69
|
---|
| 145 | extern void info_do_lowercase_version (WINDOW *window, int count, unsigned char key);
|
---|
| 146 | #define A_info_add_digit_to_numeric_arg 70
|
---|
| 147 | extern void info_add_digit_to_numeric_arg (WINDOW *window, int count, unsigned char key);
|
---|
| 148 | #define A_info_universal_argument 71
|
---|
| 149 | extern void info_universal_argument (WINDOW *window, int count, unsigned char key);
|
---|
| 150 | #define A_info_numeric_arg_digit_loop 72
|
---|
| 151 | extern void info_numeric_arg_digit_loop (WINDOW *window, int count, unsigned char key);
|
---|
| 152 |
|
---|
| 153 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/echo-area.c". */
|
---|
| 154 | #define A_ea_forward 73
|
---|
| 155 | extern void ea_forward (WINDOW *window, int count, unsigned char key);
|
---|
| 156 | #define A_ea_backward 74
|
---|
| 157 | extern void ea_backward (WINDOW *window, int count, unsigned char key);
|
---|
| 158 | #define A_ea_beg_of_line 75
|
---|
| 159 | extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key);
|
---|
| 160 | #define A_ea_end_of_line 76
|
---|
| 161 | extern void ea_end_of_line (WINDOW *window, int count, unsigned char key);
|
---|
| 162 | #define A_ea_forward_word 77
|
---|
| 163 | extern void ea_forward_word (WINDOW *window, int count, unsigned char key);
|
---|
| 164 | #define A_ea_backward_word 78
|
---|
| 165 | extern void ea_backward_word (WINDOW *window, int count, unsigned char key);
|
---|
| 166 | #define A_ea_delete 79
|
---|
| 167 | extern void ea_delete (WINDOW *window, int count, unsigned char key);
|
---|
| 168 | #define A_ea_rubout 80
|
---|
| 169 | extern void ea_rubout (WINDOW *window, int count, unsigned char key);
|
---|
| 170 | #define A_ea_abort 81
|
---|
| 171 | extern void ea_abort (WINDOW *window, int count, unsigned char key);
|
---|
| 172 | #define A_ea_newline 82
|
---|
| 173 | extern void ea_newline (WINDOW *window, int count, unsigned char key);
|
---|
| 174 | #define A_ea_quoted_insert 83
|
---|
| 175 | extern void ea_quoted_insert (WINDOW *window, int count, unsigned char key);
|
---|
| 176 | #define A_ea_insert 84
|
---|
| 177 | extern void ea_insert (WINDOW *window, int count, unsigned char key);
|
---|
| 178 | #define A_ea_tab_insert 85
|
---|
| 179 | extern void ea_tab_insert (WINDOW *window, int count, unsigned char key);
|
---|
| 180 | #define A_ea_transpose_chars 86
|
---|
| 181 | extern void ea_transpose_chars (WINDOW *window, int count, unsigned char key);
|
---|
| 182 | #define A_ea_yank 87
|
---|
| 183 | extern void ea_yank (WINDOW *window, int count, unsigned char key);
|
---|
| 184 | #define A_ea_yank_pop 88
|
---|
| 185 | extern void ea_yank_pop (WINDOW *window, int count, unsigned char key);
|
---|
| 186 | #define A_ea_kill_line 89
|
---|
| 187 | extern void ea_kill_line (WINDOW *window, int count, unsigned char key);
|
---|
| 188 | #define A_ea_backward_kill_line 90
|
---|
| 189 | extern void ea_backward_kill_line (WINDOW *window, int count, unsigned char key);
|
---|
| 190 | #define A_ea_kill_word 91
|
---|
| 191 | extern void ea_kill_word (WINDOW *window, int count, unsigned char key);
|
---|
| 192 | #define A_ea_backward_kill_word 92
|
---|
| 193 | extern void ea_backward_kill_word (WINDOW *window, int count, unsigned char key);
|
---|
| 194 | #define A_ea_possible_completions 93
|
---|
| 195 | extern void ea_possible_completions (WINDOW *window, int count, unsigned char key);
|
---|
| 196 | #define A_ea_complete 94
|
---|
| 197 | extern void ea_complete (WINDOW *window, int count, unsigned char key);
|
---|
| 198 | #define A_ea_scroll_completions_window 95
|
---|
| 199 | extern void ea_scroll_completions_window (WINDOW *window, int count, unsigned char key);
|
---|
| 200 |
|
---|
| 201 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/infodoc.c". */
|
---|
| 202 | #define A_info_get_help_window 96
|
---|
| 203 | extern void info_get_help_window (WINDOW *window, int count, unsigned char key);
|
---|
| 204 | #define A_info_get_info_help_node 97
|
---|
| 205 | extern void info_get_info_help_node (WINDOW *window, int count, unsigned char key);
|
---|
| 206 | #define A_describe_key 98
|
---|
| 207 | extern void describe_key (WINDOW *window, int count, unsigned char key);
|
---|
| 208 | #define A_info_where_is 99
|
---|
| 209 | extern void info_where_is (WINDOW *window, int count, unsigned char key);
|
---|
| 210 |
|
---|
| 211 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/m-x.c". */
|
---|
| 212 | #define A_describe_command 100
|
---|
| 213 | extern void describe_command (WINDOW *window, int count, unsigned char key);
|
---|
| 214 | #define A_info_execute_command 101
|
---|
| 215 | extern void info_execute_command (WINDOW *window, int count, unsigned char key);
|
---|
| 216 | #define A_set_screen_height 102
|
---|
| 217 | extern void set_screen_height (WINDOW *window, int count, unsigned char key);
|
---|
| 218 |
|
---|
| 219 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/indices.c". */
|
---|
| 220 | #define A_info_index_search 103
|
---|
| 221 | extern void info_index_search (WINDOW *window, int count, unsigned char key);
|
---|
| 222 | #define A_info_next_index_match 104
|
---|
| 223 | extern void info_next_index_match (WINDOW *window, int count, unsigned char key);
|
---|
| 224 | #define A_info_index_apropos 105
|
---|
| 225 | extern void info_index_apropos (WINDOW *window, int count, unsigned char key);
|
---|
| 226 |
|
---|
| 227 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/nodemenu.c". */
|
---|
| 228 | #define A_list_visited_nodes 106
|
---|
| 229 | extern void list_visited_nodes (WINDOW *window, int count, unsigned char key);
|
---|
| 230 | #define A_select_visited_node 107
|
---|
| 231 | extern void select_visited_node (WINDOW *window, int count, unsigned char key);
|
---|
| 232 |
|
---|
| 233 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/footnotes.c". */
|
---|
| 234 | #define A_info_show_footnotes 108
|
---|
| 235 | extern void info_show_footnotes (WINDOW *window, int count, unsigned char key);
|
---|
| 236 |
|
---|
| 237 | /* Functions declared in "D:/coding/libc/svn/trunk/essentials/sys-apps/texinfo/info/variables.c". */
|
---|
| 238 | #define A_describe_variable 109
|
---|
| 239 | extern void describe_variable (WINDOW *window, int count, unsigned char key);
|
---|
| 240 | #define A_set_variable 110
|
---|
| 241 | extern void set_variable (WINDOW *window, int count, unsigned char key);
|
---|
| 242 |
|
---|
| 243 | #define A_NCOMMANDS 111
|
---|