Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Diostat.c185 #define COLWIDTH 17 in numlabels() macro
186 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in numlabels()
204 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in numlabels()
213 _col += COLWIDTH; in numlabels()
279 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in showiostat()
289 _col += COLWIDTH; in showiostat()
H A Diolat.c388 #define COLWIDTH 29 in labeliolat() macro
389 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in labeliolat()
407 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in labeliolat()
421 mvwaddstr(wnd, row, _col + (COLWIDTH - strlen(tmpstr)) / 2, tmpstr); in labeliolat()
423 _col += COLWIDTH; in labeliolat()
477 #define COLWIDTH 29 in showiolat() macro
478 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in showiolat()
489 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in showiolat()
518 _col += COLWIDTH; in showiolat()