Lines Matching refs:SCREEN
47 static WINDOW *__makenew(SCREEN *screen, int nlines, int ncols, int by,
124 __newwin(SCREEN *screen, int nlines, int ncols, int by, int bx, int ispad,
137 ry = __rippedlines(screen, -1);
138 by += __rippedlines(screen, 1);
145 if ((win = __makenew(screen, maxy, maxx, by, bx, 0, ispad)) == NULL)
260 __makenew(SCREEN *screen, int nlines, int ncols, int by, int bx, int sub,
317 if (screen->winlistp == NULL)
318 screen->winlistp = wlp;
320 wlp2 = screen->winlistp;
347 win->screen = screen;
392 TERMINAL *term = win->screen->term;
395 if (win->begx + win->maxx == win->screen->COLS &&
400 win->maxy == win->screen->LINES &&
403 if (win->begy + win->maxy == win->screen->LINES &&