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

/freebsd-11-stable/contrib/dialog/
H A Deditbox.c170 int lastrow,
177 if (lastrow - firstrow >= limit)
178 lastrow = firstrow + limit;
179 for (row = firstrow; row < lastrow; ++row) {
338 int thisrow, base_row, lastrow; local
365 thisrow = base_row = lastrow = 0;
432 if (thisrow != lastrow) {
433 display_one(editing, (*list)[lastrow],
434 lastrow, thisrow, base_row, 0);
456 lastrow
166 display_all(WINDOW *win, char **list, int show_row, int firstrow, int lastrow, int chr_offset) argument
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c117 static int lastrow = 1; variable
128 lastrow--;
478 lastrow--;
492 if (lastrow > YMAX(wnd))
494 p->ni_line = lastrow++;
524 if (lastrow < YMAX(wnd)) {
525 wmove(wnd, lastrow, 0); wclrtobot(wnd);
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c93 apr_dbd_row_t *lastrow = NULL; local
165 if (lastrow != 0) {
166 lastrow->next_row = row;
168 lastrow = row;

Completed in 170 milliseconds