Searched refs:_TMAP (Results 1 – 2 of 2) sorted by relevance
163 _TMAP(sp) = IS_ONELINE(sp) ? in vs_split()165 _TMAP(new) = IS_ONELINE(new) ? in vs_split()260 _TMAP(new) = _HMAP(new) + (new->t_rows - 1); in vs_vsplit()407 *(_HMAP(tsp) + (tsp->t_rows - 1)) = *_TMAP(tsp); in vs_discard()408 _TMAP(tsp) = _HMAP(tsp) + (tsp->t_rows - 1); in vs_discard()762 _TMAP(nsp) = _HMAP(nsp) + (nsp->t_rows - 1); in vs_swap()894 _TMAP(g) += count; in vs_resize()901 _TMAP(s) -= count; in vs_resize()
293 #define _TMAP(sp) (VIP(sp)->t_smap) macro294 #define TMAP _TMAP(sp)