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

/freebsd-current/contrib/dialog/
H A Deditbox.c180 int lastrow,
187 if (lastrow - firstrow >= limit)
188 lastrow = firstrow + limit;
189 for (row = firstrow; row < lastrow; ++row) {
352 int thisrow, base_row, lastrow; local
385 thisrow = base_row = lastrow = 0;
453 if (thisrow != lastrow) {
454 display_one(editing, (*list)[lastrow],
455 lastrow, thisrow, base_row, 0);
477 lastrow
176 display_all(WINDOW *win, char **list, int show_row, int firstrow, int lastrow, int chr_offset) argument
[all...]
/freebsd-current/usr.bin/systat/
H A Dnetstat.c116 static int lastrow = 1; variable
127 lastrow--;
465 lastrow--;
479 if (lastrow > YMAX(wnd))
481 p->ni_line = lastrow++;
511 if (lastrow < YMAX(wnd)) {
512 wmove(wnd, lastrow, 0); wclrtobot(wnd);
/freebsd-current/contrib/mandoc/
H A Dterm_ps.c70 size_t lastrow; /* psrow of the previous word */ member in struct:termp_ps
868 p->ps->lastrow = 0; /* impossible row */
997 if (p->ps->psrow != p->ps->lastrow)
1051 else if (p->ps->psrow == p->ps->lastrow)
1055 p->ps->lastrow = p->ps->psrow;

Completed in 300 milliseconds