Lines Matching refs:round
2686 int round[MAXWLEN]; in find_keepcap_word() local
2715 round[0] = 0; in find_keepcap_word()
2734 else if (++round[depth] > 2) in find_keepcap_word()
2751 if (round[depth] == 1) in find_keepcap_word()
2795 if (round[depth] == 1) in find_keepcap_word()
2812 round[depth] = 0; in find_keepcap_word()
2890 int round; in score_combine() local
2955 for (round = 1; round <= 2; ++round) in score_combine()
2957 gap = round == 1 ? &su->su_ga : &su->su_sga; in score_combine()
4140 int round; in spell_edit_score_limit() local
4203 for (round = 0; round <= 1; ++round) in spell_edit_score_limit()
4205 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); in spell_edit_score_limit()
4213 bi2 = bi + 1 - round; in spell_edit_score_limit()
4214 gi2 = gi + round; in spell_edit_score_limit()
4229 stack[stackidx].badi = bi + 1 - round; in spell_edit_score_limit()
4230 stack[stackidx].goodi = gi + round; in spell_edit_score_limit()
4315 int round; in spell_edit_score_limit_w() local
4388 for (round = 0; round <= 1; ++round) in spell_edit_score_limit_w()
4390 score_off = score + (round == 0 ? SCORE_DEL : SCORE_INS); in spell_edit_score_limit_w()
4398 bi2 = bi + 1 - round; in spell_edit_score_limit_w()
4399 gi2 = gi + round; in spell_edit_score_limit_w()
4414 stack[stackidx].badi = bi + 1 - round; in spell_edit_score_limit_w()
4415 stack[stackidx].goodi = gi + round; in spell_edit_score_limit_w()