Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c384 char_u *non_white = bd.textstart; in shift_block() local
399 MB_PTR_ADV(non_white); in shift_block()
404 while (VIM_ISWHITE(*non_white)) in shift_block()
406 incr = lbr_chartabsize_adv(bd.textstart, &non_white, non_white_col); in shift_block()
452 + (unsigned)STRLEN(non_white) + 1; in shift_block()
459 STRMOVE(newp + (verbatim_copy_end - oldp) + fill, non_white); in shift_block()