Lines Matching defs:window

91 info_indices_of_window (WINDOW *window)
95 fb = file_buffer_of_window (window);
176 do_info_index_search (window, count, 0);
182 do_info_index_search (WINDOW *window, int count, char *search_string)
194 /* If this window's file is not the same as the one that we last built an
196 fb = file_buffer_of_window (window);
219 line = info_read_maybe_completing (window, (char *) _("Index entry: "),
221 window = active_window;
241 set_remembered_pagetop_and_point (window);
242 window_set_node_of_window (window, node);
243 remember_window_and_node (window, node);
273 info_next_index_match (window, count, 0);
282 index_entry_exists (WINDOW *window, char *string)
292 fb = file_buffer_of_window (window);
443 info_set_node_of_window (1, window, node);
449 start = window->line_starts[1] - window->node->contents;
454 window->point = loc;
455 window_adjust_pagetop (window);
629 line = info_read_in_echo_area (window, (char *) _("Index apropos: "));
631 window = active_window;
636 info_abort_key (window, 1, 1);
681 /* Even though this is an internal node, we don't want the window
686 /* Find/Create a window to contain this node. */
691 set_remembered_pagetop_and_point (window);
693 /* If a window is visible and showing an apropos list already,
704 /* If we couldn't find an existing window, try to use the next window
706 if (!new && window->next)
707 new = window->next;
709 /* If we still don't have a window, make a new one to contain
716 active_window = window;
721 /* If we couldn't make a new window, use this one. */
723 new = window;
725 /* Lines do not wrap in this window. */