Searched refs:the_screen (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dwindow.c33 WINDOW *the_screen = (WINDOW *)NULL; variable
59 the_screen = (WINDOW *)xmalloc (sizeof (WINDOW));
64 zero_mem (the_screen, sizeof (WINDOW));
71 the_screen->goal_column = -1;
78 the_screen->flags = W_WindowIsPerm;
87 active_window->height = the_screen->height - 1 - the_echo_area->height;
96 from whatever it was before (found in the_screen->height, ->width),
116 if (width == the_screen->width && height == the_screen->height)
164 delta_height = height - the_screen
[all...]
H A Dwindow.h64 int first_row; /* Offset of the first line in the_screen. */
88 extern WINDOW *the_screen; /* The Info screen is just another window. */
H A Ddisplay.c116 /* If the window's first row doesn't appear in the_screen, then it
120 if ((win->first_row < 0) || (win->first_row > the_screen->height))
200 if (1 + line_index + win->first_row < the_screen->height)
H A Dinfodoc.c149 if ((desired_doc_start + strlen (doc)) >= the_screen->width)

Completed in 41 milliseconds