Home | History | Annotate | Download | only in libcurses

Lines Matching refs:LINES

83 	/* lines and cols will have been setup correctly by ti_setupterm(3). */
84 screen->LINES = t_lines(screen->term);
99 /* Set lines equal to 1. */
100 screen->LINES = 1;
121 LINES = screen->LINES;
127 "setterm: LINES = %d, COLS = %d, TABSIZE = %d\n",
128 LINES, COLS, TABSIZE);
245 LINES = screen->LINES;