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

/freebsd-current/usr.bin/systat/
H A Diostat.c77 static int linesperregion; variable
194 linesperregion = (getmaxy(wnd) - 1 - row - regions) / regions;
199 if (linesperregion < 3)
200 linesperregion = 3;
205 _col = INSET, row += linesperregion + 1;
206 if (row > getmaxy(wnd) - 1 - (linesperregion + 1))
216 row += linesperregion + 1;
228 linesperregion = 2 + kbpt;
231 if (row > getmaxy(wnd) - 1 - linesperregion)
266 if (row > getmaxy(wnd) - linesperregion)
[all...]

Completed in 60 milliseconds