Searched refs:can_spell (Results 1 – 5 of 5) sorted by relevance
1705 int *can_spell, in get_syntax_attr() argument1710 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() argument2250 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 …]
311 int can_spell; in win_line() local1483 can_spell = TRUE; in win_line()1487 has_spell ? &can_spell : in win_line()1894 can_spell)) in win_line()
1284 int can_spell; in spell_move_to() local1385 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()
8 int get_syntax_attr(colnr_T col, int *can_spell, int keep_state);
5249 Problem: Using "can_spell" without initializing it. (Dominique Pelle)