Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Diostat.c156 #define INSET 10 macro
165 mvwaddstr(wnd, row++, INSET, in labeliostat()
200 _col = INSET; in numlabels()
203 if (_col + COLWIDTH >= wnd->_maxx - INSET) { in numlabels()
204 _col = INSET, row += linesperregion + 1; in numlabels()
225 mvwaddstr(wnd, row++, INSET, in barlabels()
272 row = devstats(row, INSET, i); in showiostat()
276 _col = INSET; in showiostat()
283 if (_col + COLWIDTH >= wnd->_maxx - INSET) { in showiostat()
284 _col = INSET, row += linesperregion + 1; in showiostat()
[all …]