Lines Matching refs:gc

3181     int		bc, gc;  in add_sound_suggest()  local
3315 gc = PTR2CHAR(p); in add_sound_suggest()
3316 if (SPELL_ISUPPER(gc)) in add_sound_suggest()
3320 && SPELL_TOFOLD(bc) != SPELL_TOFOLD(gc)) in add_sound_suggest()
4010 int bc, gc; in spell_edit_score() local
4051 gc = wgoodword[j - 1]; in spell_edit_score()
4056 gc = goodword[j - 1]; in spell_edit_score()
4058 if (bc == gc) in spell_edit_score()
4063 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score()
4070 && similar_chars(slang, gc, bc)) in spell_edit_score()
4088 if (bc == pgc && pbc == gc) in spell_edit_score()
4136 int bc, gc; in spell_edit_score_limit() local
4166 gc = goodword[gi]; in spell_edit_score_limit()
4167 if (bc != gc) // stop at a char that's different in spell_edit_score_limit()
4179 if (gc == NUL) // goodword ends, delete badword chars in spell_edit_score_limit()
4242 if (gc == badword[bi + 1] && bc == goodword[gi + 1]) in spell_edit_score_limit()
4255 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score_limit()
4262 && similar_chars(slang, gc, bc)) in spell_edit_score_limit()
4311 int bc, gc; in spell_edit_score_limit_w() local
4350 gc = wgoodword[gi]; in spell_edit_score_limit_w()
4352 if (bc != gc) // stop at a char that's different in spell_edit_score_limit_w()
4364 if (gc == NUL) // goodword ends, delete badword chars in spell_edit_score_limit_w()
4427 if (gc == wbadword[bi + 1] && bc == wgoodword[gi + 1]) in spell_edit_score_limit_w()
4440 if (SPELL_TOFOLD(bc) == SPELL_TOFOLD(gc)) in spell_edit_score_limit_w()
4447 && similar_chars(slang, gc, bc)) in spell_edit_score_limit_w()