Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c293 int has_syntax = FALSE; // this buffer has syntax highl. in win_line() local
479 has_syntax = TRUE; in win_line()
876 if (has_syntax) in win_line()
1469 if (has_syntax) in win_line()
1497 has_syntax = FALSE; in win_line()
1504 has_syntax = FALSE; in win_line()
1892 !has_syntax || in win_line()
H A Dspell.c1281 int has_syntax = syntax_present(wp); in spell_move_to() local
1381 if (has_syntax) in spell_move_to()