HomeSort by: relevance | last modified time | path
    Searched defs:linesperregion (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/systat/
iostat.c 48 static int linesperregion; variable in typeref:typename:int
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)
    [all...]
iostat.c 48 static int linesperregion; variable in typeref:typename:int
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)
    [all...]

Completed in 21 milliseconds