Searched refs:INTSROW (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/systat/
H A Dvmstat.c177 #define INTSROW 5 /* uses all rows to bottom and 16 cols */ macro
268 nextintsrow = INTSROW + 2;
318 mvprintw(INTSROW, INTSCOL + 1, "Interrupts");
319 mvprintw(INTSROW + 1, INTSCOL + 6, "total");
429 putint(inttotal, INTSROW + 1, INTSCOL, 5);

Completed in 101 milliseconds