Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c312 # define SPWORDLEN 150 in win_line() macro
313 char_u nextline[SPWORDLEN * 2];// text with start of the next line in win_line()
513 nextline[SPWORDLEN] = NUL; in win_line()
517 spell_cat_line(nextline + SPWORDLEN, line, SPWORDLEN); in win_line()
709 if (nextline[SPWORDLEN] == NUL) in win_line()
718 if (v < SPWORDLEN) in win_line()
724 STRMOVE(nextline + v, nextline + SPWORDLEN); in win_line()
730 nextlinecol = v - SPWORDLEN; in win_line()
731 mch_memmove(nextline, line + nextlinecol, SPWORDLEN); in win_line()
732 nextline_idx = SPWORDLEN + 1; in win_line()