Lines Matching refs:WINDOW
38 void name (WINDOW *window, int count, unsigned char key)
70 extern void remember_window_and_node (WINDOW *window, NODE *node);
71 extern void set_remembered_pagetop_and_point (WINDOW *window);
72 extern void set_window_pagetop (WINDOW *window, int desired_top);
73 extern void info_set_node_of_window (int remember, WINDOW *window,
78 extern FILE_BUFFER *file_buffer_of_window (WINDOW *window);
80 long int start, WINDOW *window, int dir, int case_sensitive);
83 extern void info_select_reference (WINDOW *window, REFERENCE *entry);
92 /* Do the physical deletion of WINDOW, and forget this window and
94 extern void info_delete_window_internal (WINDOW *window);
117 extern void info_intuit_options_node (WINDOW *window,
121 extern void info_next_line (WINDOW *window, int count, unsigned char key);
122 extern void info_prev_line (WINDOW *window, int count, unsigned char key);
123 extern void info_end_of_line (WINDOW *window, int count, unsigned char key);
124 extern void info_beginning_of_line (WINDOW *window, int count, unsigned char key);
125 extern void info_forward_char (WINDOW *window, int count, unsigned char key);
126 extern void info_backward_char (WINDOW *window, int count, unsigned char key);
127 extern void info_forward_word (WINDOW *window, int count, unsigned char key);
128 extern void info_backward_word (WINDOW *window, int count, unsigned char key);
129 extern void info_beginning_of_node (WINDOW *window, int count, unsigned char key);
130 extern void info_end_of_node (WINDOW *window, int count, unsigned char key);
131 extern void info_move_to_prev_xref (WINDOW *window, int count, unsigned char key);
132 extern void info_move_to_next_xref (WINDOW *window, int count, unsigned char key);
134 /* Scrolling text within a window. */
135 extern void info_scroll_forward (WINDOW *window, int count, unsigned char key);
136 extern void info_scroll_backward (WINDOW *window, int count, unsigned char key);
137 extern void info_redraw_display (WINDOW *window, int count, unsigned char key);
138 extern void info_toggle_wrap (WINDOW *window, int count, unsigned char key);
139 extern void info_move_to_window_line (WINDOW *window, int count,
141 extern void info_up_line (WINDOW *window, int count, unsigned char key);
142 extern void info_down_line (WINDOW *window, int count, unsigned char key);
143 extern void info_scroll_half_screen_down (WINDOW *window, int count,
145 extern void info_scroll_half_screen_up (WINDOW *window, int count,
147 extern void info_scroll_forward_set_window (WINDOW *window, int count,
149 extern void info_scroll_forward_page_only (WINDOW *window, int count,
151 extern void info_scroll_forward_page_only_set_window (WINDOW *window, int count,
153 extern void info_scroll_backward_set_window (WINDOW *window, int count,
155 extern void info_scroll_backward_page_only (WINDOW *window, int count,
157 extern void info_scroll_backward_page_only_set_window (WINDOW *window, int count,
159 extern void info_scroll_other_window_backward (WINDOW *window, int count,
163 extern void info_split_window (WINDOW *window, int count, unsigned char key);
164 extern void info_delete_window (WINDOW *window, int count, unsigned char key);
165 extern void info_keep_one_window (WINDOW *window, int count, unsigned char key);
166 extern void info_grow_window (WINDOW *window, int count, unsigned char key);
167 extern void info_scroll_other_window (WINDOW *window, int count,
169 extern void info_tile_windows (WINDOW *window, int count, unsigned char key);
170 extern void info_next_window (WINDOW *window, int count, unsigned char key);
171 extern void info_prev_window (WINDOW *window, int count, unsigned char key);
174 extern void info_next_node (WINDOW *window, int count, unsigned char key);
175 extern void info_prev_node (WINDOW *window, int count, unsigned char key);
176 extern void info_up_node (WINDOW *window, int count, unsigned char key);
177 extern void info_last_node (WINDOW *window, int count, unsigned char key);
178 extern void info_first_node (WINDOW *window, int count, unsigned char key);
179 extern void info_history_node (WINDOW *window, int count, unsigned char key);
180 extern void info_goto_node (WINDOW *window, int count, unsigned char key);
181 extern void info_goto_invocation_node (WINDOW *window, int count,
183 extern void info_top_node (WINDOW *window, int count, unsigned char key);
184 extern void info_dir_node (WINDOW *window, int count, unsigned char key);
185 extern void info_global_next_node (WINDOW *window, int count, unsigned char key);
186 extern void info_global_prev_node (WINDOW *window, int count, unsigned char key);
187 extern void info_kill_node (WINDOW *window, int count, unsigned char key);
188 extern void info_view_file (WINDOW *window, int count, unsigned char key);
189 extern void info_menu_sequence (WINDOW *window, int count, unsigned char key);
192 extern void info_man (WINDOW *window, int count, unsigned char key);
193 extern void list_visited_nodes (WINDOW *window, int count, unsigned char key);
194 extern void select_visited_node (WINDOW *window, int count, unsigned char key);
197 extern void info_menu_digit (WINDOW *window, int count, unsigned char key);
198 extern void info_menu_item (WINDOW *window, int count, unsigned char key);
199 extern void info_xref_item (WINDOW *window, int count, unsigned char key);
200 extern void info_find_menu (WINDOW *window, int count, unsigned char key);
201 extern void info_select_reference_this_line (WINDOW *window, int count,
203 extern void info_last_menu_item (WINDOW *window, int count, unsigned char key);
204 extern void info_visit_menu (WINDOW *window, int count, unsigned char key);
209 extern void info_add_digit_to_numeric_arg (WINDOW *window, int count,
211 extern void info_universal_argument (WINDOW *window, int count,
214 extern void info_numeric_arg_digit_loop (WINDOW *window, int count,
218 extern void info_search (WINDOW *window, int count, unsigned char key);
219 extern void isearch_forward (WINDOW *window, int count, unsigned char key);
220 extern void isearch_backward (WINDOW *window, int count, unsigned char key);
221 extern void info_search_case_sensitively (WINDOW *window, int count,
223 extern void info_search_backward (WINDOW *window, int count, unsigned char key);
224 extern void info_search_next (WINDOW *window, int count, unsigned char key);
225 extern void info_search_previous (WINDOW *window, int count, unsigned char key);
228 extern void info_print_node (WINDOW *window, int count, unsigned char key);
231 extern void info_show_footnotes (WINDOW *window, int count, unsigned char key);
234 extern void info_abort_key (WINDOW *window, int count, unsigned char key);
235 extern void info_quit (WINDOW *window, int count, unsigned char key);
236 extern void info_do_lowercase_version (WINDOW *window, int count,