Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c845 hlf_T spell_hlf = HLF_COUNT; in win_line() local
860 spell_hlf = HLF_COUNT; in win_line()
869 if (spell_hlf != HLF_COUNT) in win_line()
870 spell_attr = highlight_attr[spell_hlf]; in win_line()
1898 hlf_T spell_hlf = HLF_COUNT; in win_line() local
1915 len = spell_check(wp, p, &spell_hlf, &cap_col, in win_line()
1921 if (spell_hlf != HLF_COUNT in win_line()
1928 spell_hlf = HLF_COUNT; in win_line()
1932 if (spell_hlf == HLF_COUNT && p != prev_ptr in win_line()
1943 if (spell_hlf != HLF_COUNT) in win_line()
[all …]