Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/vi/
Dvs_refresh.c249 lcnt = vs_sm_nlines(sp, HMAP, LNO, sp->t_maxrows); in vs_paint()
260 lcnt = vs_sm_nlines(sp, TMAP, LNO, sp->t_maxrows); in vs_paint()
301 lcnt = vs_sm_nlines(sp, TMAP, LNO, HALFTEXT(sp)); in vs_paint()
322 lcnt = vs_sm_nlines(sp, HMAP, LNO, HALFTEXT(sp)); in vs_paint()
346 lcnt = vs_sm_nlines(sp, &tmp, lastline, sp->t_rows); in vs_paint()
365 lcnt = vs_sm_nlines(sp, &tmp, LNO, HALFTEXT(sp)); in vs_paint()
Dvs_smap.c203 if (vs_sm_nlines(sp, in vs_sm_fill()
214 if (vs_sm_nlines(sp, in vs_sm_fill()
1220 vs_sm_nlines(SCR *sp, SMAP *from_sp, recno_t to_lno, size_t max) in vs_sm_nlines() function
Dextern.h138 recno_t vs_sm_nlines __P((SCR *, SMAP *, recno_t, size_t));