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

  /src/usr.bin/systat/
bufcache.c 128 int tbuf, i, lastrow; local in function:showbufcache
186 lastrow = PAGEINFO_ROWS + 2; /* Leave room for header. */
187 for (i = lastrow, ml = LIST_FIRST(&mount_list); ml != NULL;
205 lastrow = i;
215 mvwprintw(wnd, lastrow + 2, 0,
netstat.c 125 static int lastrow = 1; variable in typeref:typename:int
146 lastrow--;
454 lastrow--;
469 if (lastrow > getmaxy(wnd))
471 p->ni_line = lastrow++;
523 if (lastrow < getmaxy(wnd)) {
524 wmove(wnd, lastrow, 0); wclrtobot(wnd);

Completed in 32 milliseconds