HomeSort by: relevance | last modified time | path
    Searched defs:winlines (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/iostat/
iostat.c 99 static int winlines = 20; variable in typeref:typename:int
304 winlines = ts.ts_lines;
314 height = winlines;
316 winlines = height;
371 if (do_header || (winlines != 0 && (hdrcnt -= lines) <= 0)) {
374 hdrcnt = winlines - hdroffset;
iostat.c 99 static int winlines = 20; variable in typeref:typename:int
304 winlines = ts.ts_lines;
314 height = winlines;
316 winlines = height;
371 if (do_header || (winlines != 0 && (hdrcnt -= lines) <= 0)) {
374 hdrcnt = winlines - hdroffset;
iostat.c 99 static int winlines = 20; variable in typeref:typename:int
304 winlines = ts.ts_lines;
314 height = winlines;
316 winlines = height;
371 if (do_header || (winlines != 0 && (hdrcnt -= lines) <= 0)) {
374 hdrcnt = winlines - hdroffset;
  /src/usr.bin/vmstat/
vmstat.c 257 int winlines = 20; variable in typeref:typename:int
443 winlines = winsize.ws_row;
680 hdrcnt = winlines - 2;
856 hdrcnt = winlines - 2;
vmstat.c 257 int winlines = 20; variable in typeref:typename:int
443 winlines = winsize.ws_row;
680 hdrcnt = winlines - 2;
856 hdrcnt = winlines - 2;
vmstat.c 257 int winlines = 20; variable in typeref:typename:int
443 winlines = winsize.ws_row;
680 hdrcnt = winlines - 2;
856 hdrcnt = winlines - 2;

Completed in 74 milliseconds