Home | History | Annotate | Download | only in systat

Lines Matching defs:linesperregion

48 static  int linesperregion;
140 linesperregion = (getmaxy(wnd) - row - regions + 1) / regions;
145 if (linesperregion < 3)
146 linesperregion = 3;
151 col = 0, row += linesperregion + 1;
152 if (row > getmaxy(wnd) - (linesperregion))
170 row += linesperregion + 1;
181 linesperregion = 2 + secs + (read_write ? 2 : 0);
184 if (row > getmaxy(wnd) - linesperregion)
224 if (row > getmaxy(wnd) - linesperregion)
231 wmove(wnd, row + linesperregion, 0);
238 col = 0, row += linesperregion + 1;
239 if (row > getmaxy(wnd) - (linesperregion + 1))
241 wmove(wnd, row + linesperregion, 0);