Lines Matching refs:sps
2252 struct sp_syn sps; in syn_current_attr() local
2267 sps.inc_tag = 0; in syn_current_attr()
2268 sps.id = syn_block->b_nospell_cluster_id; in syn_current_attr()
2269 sps.cont_in_list = NULL; in syn_current_attr()
2270 *can_spell = !in_id_list(sip, sip->si_cont_list, &sps, 0); in syn_current_attr()
2283 sps.inc_tag = 0; in syn_current_attr()
2284 sps.id = syn_block->b_spell_cluster_id; in syn_current_attr()
2285 sps.cont_in_list = NULL; in syn_current_attr()
2286 *can_spell = in_id_list(sip, sip->si_cont_list, &sps, 0); in syn_current_attr()
2290 sps.id = syn_block->b_nospell_cluster_id; in syn_current_attr()
2291 if (in_id_list(sip, sip->si_cont_list, &sps, 0)) in syn_current_attr()