Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Deditbox.c178 int lastrow, in display_all() argument
185 if (lastrow - firstrow >= limit) in display_all()
186 lastrow = firstrow + limit; in display_all()
187 for (row = firstrow; row < lastrow; ++row) { in display_all()
350 int thisrow, base_row, lastrow; in dlg_editbox() local
383 thisrow = base_row = lastrow = 0; in dlg_editbox()
451 if (thisrow != lastrow) { in dlg_editbox()
452 display_one(editing, (*list)[lastrow], in dlg_editbox()
453 lastrow, thisrow, base_row, 0); in dlg_editbox()
475 lastrow = thisrow; in dlg_editbox()
[all …]
/dragonfly/usr.bin/systat/
H A Dnetstat.c114 static int lastrow = 1; variable
126 lastrow--; in closenetstat()
335 lastrow--; in shownetstat()
350 if (lastrow > YMAX(wnd)) in shownetstat()
352 p->ni_line = lastrow++; in shownetstat()
378 if (lastrow < YMAX(wnd)) { in shownetstat()
379 wmove(wnd, lastrow, 0); wclrtobot(wnd); in shownetstat()
/dragonfly/contrib/mdocml/
H A Dterm_ps.c70 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()