Searched refs:_HMAP (Results 1 – 3 of 3) sorted by relevance
63 CALLOC(sp, _HMAP(new), SIZE_HMAP(sp), sizeof(SMAP)); in vs_split()64 if (_HMAP(new) == NULL) in vs_split()66 _HMAP(new)->lno = sp->lno; 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()223 CALLOC(sp, _HMAP(new), SIZE_HMAP(sp), sizeof(SMAP)); in vs_vsplit()224 if (_HMAP(new) == NULL) in vs_vsplit()[all …]
289 #define _HMAP(sp) (VIP(sp)->h_smap) macro290 #define HMAP _HMAP(sp)
1006 free(_HMAP(tsp)); in v_dtoh()1007 _HMAP(tsp) = NULL; in v_dtoh()