Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvs_split.c64 if (_HMAP(new) == NULL) in vs_split()
67 _HMAP(new)->coff = 0; in vs_split()
68 _HMAP(new)->soff = 1; in vs_split()
107 memcpy(_HMAP(sp), _HMAP(sp) + new->rows, in vs_split()
160 _HMAP(sp) : _HMAP(sp) + (sp->t_rows - 1); in vs_split()
162 _HMAP(new) : _HMAP(new) + (new->t_rows - 1); in vs_split()
224 if (_HMAP(new) == NULL) in vs_vsplit()
227 _HMAP(new)->coff = 0; in vs_vsplit()
228 _HMAP(new)->soff = 1; in vs_vsplit()
684 free(_HMAP(sp)); in vs_bg()
[all …]
H A Dvi.h289 #define _HMAP(sp) (VIP(sp)->h_smap) macro
290 #define HMAP _HMAP(sp)
H A Dvi.c1006 free(_HMAP(tsp)); in v_dtoh()
1007 _HMAP(tsp) = NULL; in v_dtoh()