Home
last modified time | relevance | path

Searched refs:_TMAP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dvs_split.c159 _TMAP(sp) = IS_ONELINE(sp) ? in vs_split()
161 _TMAP(new) = IS_ONELINE(new) ? in vs_split()
256 _TMAP(new) = _HMAP(new) + (new->t_rows - 1); in vs_vsplit()
403 *(_HMAP(tsp) + (tsp->t_rows - 1)) = *_TMAP(tsp); in vs_discard()
404 _TMAP(tsp) = _HMAP(tsp) + (tsp->t_rows - 1); in vs_discard()
758 _TMAP(nsp) = _HMAP(nsp) + (nsp->t_rows - 1); in vs_swap()
890 _TMAP(g) += count; in vs_resize()
897 _TMAP(s) -= count; in vs_resize()
H A Dvi.h291 #define _TMAP(sp) (VIP(sp)->t_smap) macro
292 #define TMAP _TMAP(sp)