Lines Matching defs:block_def
4334 struct block_def struct
4336 int startspaces; // 'extra' cols before first char
4337 int endspaces; // 'extra' cols after last char
4338 int textlen; // chars in block
4339 char_u *textstart; // pointer to 1st char (partially) in block
4340 colnr_T textcol; // index of chars (partially) in block
4341 colnr_T start_vcol; // start col of 1st char wholly inside block
4342 colnr_T end_vcol; // start col of 1st char wholly after block
4343 int is_short; // TRUE if line is too short to fit in block
4344 int is_MAX; // TRUE if curswant==MAXCOL when starting
4345 int is_oneChar; // TRUE if block within one character
4346 int pre_whitesp; // screen cols of ws before block
4347 int pre_whitesp_c; // chars of ws before block
4348 colnr_T end_char_vcols; // number of vcols of post-block char
4349 colnr_T start_char_vcols; // number of vcols of pre-block char