Home | History | Annotate | Download | only in systat

Lines Matching refs:col

127 	int col, regions;
147 col = 0;
150 if (col + COLWIDTH - 1 > getmaxx(wnd)) {
151 col = 0, row += linesperregion + 1;
156 mvwprintw(wnd, row, col + 5, "%s", cur.name[i]);
159 mvwprintw(wnd, row, col + 11 + secs * 5,
161 mvwprintw(wnd, row + 1, col, " kBps %s",
167 col += COLWIDTH;
169 if (col)
204 int row, col;
230 col = 0;
237 if (col + COLWIDTH - 1 > getmaxx(wnd)) {
238 col = 0, row += linesperregion + 1;
246 (void) stats(row + 3, col, i);
247 col += COLWIDTH;
252 stats(int row, int col, int dn)
276 mvwprintw(wnd, row, col, "%5.0f%4.0f",
286 wmove(wnd, row++, col);
288 wmove(wnd, row++, col);
291 wmove(wnd, row++, col);
293 wmove(wnd, row++, col);
298 wmove(wnd, row++, col);