Searched refs:COLWIDTH (Results 1 – 2 of 2) sorted by relevance
185 #define COLWIDTH 17 in numlabels() macro186 #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()
388 #define COLWIDTH 29 in labeliolat() macro389 #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() macro478 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in showiolat()489 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in showiolat()518 _col += COLWIDTH; in showiolat()