Searched refs:lastrow (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/dialog/ |
| D | editbox.c | 170 int lastrow, in display_all() argument 177 if (lastrow - firstrow >= limit) in display_all() 178 lastrow = firstrow + limit; in display_all() 179 for (row = firstrow; row < lastrow; ++row) { in display_all() 338 int thisrow, base_row, lastrow; in dlg_editbox() local 365 thisrow = base_row = lastrow = 0; in dlg_editbox() 432 if (thisrow != lastrow) { in dlg_editbox() 433 display_one(editing, (*list)[lastrow], in dlg_editbox() 434 lastrow, thisrow, base_row, 0); in dlg_editbox() 456 lastrow = thisrow; in dlg_editbox() [all …]
|
| /freebsd-12-stable/usr.bin/systat/ |
| D | netstat.c | 122 static int lastrow = 1; variable 133 lastrow--; in closenetstat() 482 lastrow--; in shownetstat() 496 if (lastrow > YMAX(wnd)) in shownetstat() 498 p->ni_line = lastrow++; in shownetstat() 528 if (lastrow < YMAX(wnd)) { in shownetstat() 529 wmove(wnd, lastrow, 0); wclrtobot(wnd); in shownetstat()
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | term_ps.c | 70 size_t lastrow; /* psrow of the previous word */ member 868 p->ps->lastrow = 0; /* impossible row */ in ps_begin() 997 if (p->ps->psrow != p->ps->lastrow) in ps_pletter() 1051 else if (p->ps->psrow == p->ps->lastrow) in ps_pclose() 1055 p->ps->lastrow = p->ps->psrow; in ps_pclose()
|
| /freebsd-12-stable/contrib/apr-util/dbd/ |
| D | apr_dbd_sqlite3.c | 93 apr_dbd_row_t *lastrow = NULL; in dbd_sqlite3_select_internal() local 165 if (lastrow != 0) { in dbd_sqlite3_select_internal() 166 lastrow->next_row = row; in dbd_sqlite3_select_internal() 168 lastrow = row; in dbd_sqlite3_select_internal()
|