Searched refs:the_echo_area (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dwindow.c36 WINDOW *the_echo_area = (WINDOW *)NULL; variable
50 #define echo_area_required (1 + the_echo_area->height)
60 the_echo_area = (WINDOW *)xmalloc (sizeof (WINDOW));
65 zero_mem (the_echo_area, sizeof (WINDOW));
69 the_echo_area->goal_column = -1;
77 the_echo_area->flags = W_WindowIsPerm | W_InhibitMode | W_WindowVisible;
86 the_echo_area->height = ECHO_AREA_HEIGHT;
87 active_window->height = the_screen->height - 1 - the_echo_area->height;
91 the_echo_area->keymap = echo_area_keymap;
120 if (height < (WINDOW_MIN_SIZE + the_echo_area
[all...]
H A Dwindow.h89 extern WINDOW *the_echo_area; /* THE_ECHO_AREA is a window in THE_SCREEN. */
H A Dm-x.c130 if ((active_window != the_echo_area) &&
H A Decho-area.c223 active_window = the_echo_area;
257 window_set_node_of_window (the_echo_area, &input_line_node);
267 if (the_echo_area->node != &input_line_node)
270 the_echo_area->point = input_line_point;
272 display_update_one_window (the_echo_area);
834 active_window = the_echo_area;
1046 active_window = the_echo_area;
1348 if (active_window != the_echo_area)
1502 the_echo_area->point = input_line_point;
1503 display_update_one_window (the_echo_area);
[all...]
H A Decho_area.c225 active_window = the_echo_area;
259 window_set_node_of_window (the_echo_area, &input_line_node);
269 if (the_echo_area->node != &input_line_node)
272 the_echo_area->point = input_line_point;
274 display_update_one_window (the_echo_area);
836 active_window = the_echo_area;
1046 active_window = the_echo_area;
1348 if (active_window != the_echo_area)
1507 the_echo_area->point = input_line_point;
1508 display_update_one_window (the_echo_area);
[all...]
H A Ddisplay.c91 display_update_one_window (the_echo_area);
117 cannot be displayed. This can happen when the_echo_area is the
H A Dsession.c1280 if (window == the_echo_area || !echo_area_is_active)
1283 window = the_echo_area;
1318 if (window == the_echo_area ||
1331 window = the_echo_area;
3914 if (where == the_echo_area)
4007 if (active_window != the_echo_area)

Completed in 40 milliseconds