Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/systat/
Diostat.c130 #define COLWIDTH (9 + secs * 5 + 1 + read_write * 9 + 1) in numlabels() macro
131 #define DRIVESPERLINE ((getmaxx(wnd) + 1) / COLWIDTH) in numlabels()
150 if (col + COLWIDTH - 1 > getmaxx(wnd)) { in numlabels()
167 col += COLWIDTH; in numlabels()
237 if (col + COLWIDTH - 1 > getmaxx(wnd)) { in showiostat()
247 col += COLWIDTH; in showiostat()