Home | History | Annotate | Download | only in systat

Lines Matching defs:read_write

51 static  int read_write = 0;		/* default read/write shown */
130 #define COLWIDTH (9 + secs * 5 + 1 + read_write * 9 + 1)
158 if (read_write)
162 read_write ? "r/s" : "tps");
165 if (read_write)
181 linesperregion = 2 + secs + (read_write ? 2 : 0);
189 if (read_write) {
271 if (!read_write) {
280 if (read_write)
290 if (read_write) {
369 read_write ^= 1;
378 read_write = 0;