Home
last modified time | relevance | path

Searched refs:the_screen (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/texinfo/info/
Dwindow.c31 WINDOW *the_screen = NULL; variable
56 the_screen = xmalloc (sizeof (WINDOW)); in window_initialize_windows()
61 zero_mem (the_screen, sizeof (WINDOW)); in window_initialize_windows()
68 the_screen->goal_column = -1; in window_initialize_windows()
75 the_screen->flags = W_WindowIsPerm; in window_initialize_windows()
84 active_window->height = the_screen->height - 1 - the_echo_area->height; in window_initialize_windows()
112 if (width == the_screen->width && height == the_screen->height) in window_new_screen_size()
160 delta_height = height - the_screen->height; /* This is how much. */ in window_new_screen_size()
161 the_screen->height = height; /* This is the new height. */ in window_new_screen_size()
162 the_screen->width = width; /* This is the new width. */ in window_new_screen_size()
[all …]
Dwindow.h96 extern WINDOW *the_screen; /* The Info screen is just another window. */
Ddisplay.c147 if ((win->first_row < 0) || (win->first_row > the_screen->height)) in display_update_one_window()
282 if (1 + line_index + win->first_row < the_screen->height) in display_update_one_window()
Dinfodoc.c249 >= (unsigned int) the_screen->width)
Dsession.c1325 int scroll_size = (the_screen->height + 1) / 2;
1351 int scroll_size = (the_screen->height + 1) / 2;
/freebsd-9-stable/contrib/texinfo/
DChangeLog.469510 window to display wouldn't appear in the_screen, don't try to