Lines Matching refs:can_spell
301 static int syn_current_attr(int syncing, int displaying, int *can_spell, int keep_state);
1705 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()
2270 *can_spell = !in_id_list(sip, sip->si_cont_list, &sps, 0); in syn_current_attr()
2280 *can_spell = (syn_block->b_syn_spell == SYNSPL_TOP); in syn_current_attr()
2286 *can_spell = in_id_list(sip, sip->si_cont_list, &sps, 0); in syn_current_attr()
2292 *can_spell = FALSE; in syn_current_attr()
2319 else if (can_spell != NULL) in syn_current_attr()
2322 *can_spell = syn_block->b_syn_spell == SYNSPL_DEFAULT in syn_current_attr()