Searched defs:rows (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cgtop/
H A Dcgtop.c538 unsigned rows, n = 0, j, maxtcpu = 0, maxtpath = 3; /* 3 for ellipsize() to work properly */ local
571 rows = lines();
572 if (rows <= 10)
573 rows = 10;
607 if (on_tty() && j + 6 > rows)

Completed in 13 milliseconds