Searched refs:maxrow (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dscreen.c1565 int maxrow = toprow + nrows - 1; local in function:ScrnRefresh
1582 if (!recurse && (maxrow == screen->max_row) && IsStatusShown(screen)) {
1585 maxrow += StatusLineRows;
1594 && screen->cursorp.row <= ROW2INX(screen, maxrow))
1597 for (row = toprow; row <= maxrow; y += FontHeight(screen), row++) {
H A Dbutton.c3360 int maxrow = INX2ROW(screen, screen->max_row); local in function:ScrollSelection
3369 if ((cell)->row > maxrow) { \
3370 (cell)->row = maxrow; \

Completed in 15 milliseconds