Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c1705 int *can_spell, in get_syntax_attr() argument
1710 if (can_spell != NULL) in get_syntax_attr()
1713 *can_spell = syn_block->b_syn_spell == SYNSPL_DEFAULT in get_syntax_attr()
1745 attr = syn_current_attr(FALSE, TRUE, can_spell, in get_syntax_attr()
1760 int *can_spell, // return: do spell checking in syn_current_attr() argument
2250 if (can_spell != NULL) in syn_current_attr()
2264 *can_spell = (syn_block->b_syn_spell != SYNSPL_NOTOP); in syn_current_attr()
2280 *can_spell = (syn_block->b_syn_spell == SYNSPL_TOP); in syn_current_attr()
2292 *can_spell = FALSE; in syn_current_attr()
2319 else if (can_spell != NULL) in syn_current_attr()
[all …]
H A Ddrawline.c311 int can_spell; in win_line() local
1483 can_spell = TRUE; in win_line()
1487 has_spell ? &can_spell : in win_line()
1894 can_spell)) in win_line()
H A Dspell.c1284 int can_spell; in spell_move_to() local
1385 FALSE, &can_spell, FALSE); in spell_move_to()
1386 if (!can_spell) in spell_move_to()
1391 can_spell = TRUE; in spell_move_to()
1393 if (can_spell) in spell_move_to()
/vim-8.2.3635/src/proto/
H A Dsyntax.pro8 int get_syntax_attr(colnr_T col, int *can_spell, int keep_state);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt5249 Problem: Using "can_spell" without initializing it. (Dominique Pelle)