Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Diostat.c74 static int linesperregion; variable
198 if (linesperregion < 3) in numlabels()
199 linesperregion = 3; in numlabels()
204 _col = INSET, row += linesperregion + 1; in numlabels()
215 row += linesperregion + 1; in numlabels()
227 linesperregion = 2 + kbpt; in barlabels()
230 if (row > wnd->_maxy - linesperregion) in barlabels()
270 if (row > wnd->_maxy - linesperregion) in showiostat()
277 wmove(wnd, row + linesperregion, 0); in showiostat()
284 _col = INSET, row += linesperregion + 1; in showiostat()
[all …]