Lines Matching refs:bi
4134 int bi, gi; in spell_edit_score_limit() local
4155 bi = 0; in spell_edit_score_limit()
4165 bc = badword[bi]; in spell_edit_score_limit()
4175 ++bi; in spell_edit_score_limit()
4185 } while (badword[++bi] != NUL); in spell_edit_score_limit()
4213 bi2 = bi + 1 - round; in spell_edit_score_limit()
4229 stack[stackidx].badi = bi + 1 - round; in spell_edit_score_limit()
4242 if (gc == badword[bi + 1] && bc == goodword[gi + 1]) in spell_edit_score_limit()
4246 bi += 2; in spell_edit_score_limit()
4272 ++bi; in spell_edit_score_limit()
4284 bi = stack[stackidx].badi; in spell_edit_score_limit()
4309 int bi, gi; in spell_edit_score_limit_w() local
4322 bi = 0; in spell_edit_score_limit_w()
4324 wbadword[bi++] = mb_cptr2char_adv(&p); in spell_edit_score_limit_w()
4325 wbadword[bi++] = 0; in spell_edit_score_limit_w()
4339 bi = 0; in spell_edit_score_limit_w()
4349 bc = wbadword[bi]; in spell_edit_score_limit_w()
4360 ++bi; in spell_edit_score_limit_w()
4370 } while (wbadword[++bi] != NUL); in spell_edit_score_limit_w()
4398 bi2 = bi + 1 - round; in spell_edit_score_limit_w()
4414 stack[stackidx].badi = bi + 1 - round; in spell_edit_score_limit_w()
4427 if (gc == wbadword[bi + 1] && bc == wgoodword[gi + 1]) in spell_edit_score_limit_w()
4431 bi += 2; in spell_edit_score_limit_w()
4457 ++bi; in spell_edit_score_limit_w()
4469 bi = stack[stackidx].badi; in spell_edit_score_limit_w()