Home | History | Annotate | Download | only in systat

Lines Matching defs:max

86 	int i, j, max, idx;
92 max = 0, idx = -1;
94 if (mb->m_mtypes[i] > max) {
95 max = mb->m_mtypes[i];
98 if (max == 0)
105 if (max > 60) {
106 snprintf(buf, sizeof buf, " %5d", max);
107 max = 60;
108 while (max--)
113 whline(wnd, 'X', max);