Lines Matching refs:stackidx
4133 int stackidx; in spell_edit_score_limit() local
4154 stackidx = 0; 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()
4231 stack[stackidx].score = score_off; in spell_edit_score_limit()
4232 ++stackidx; in spell_edit_score_limit()
4278 if (stackidx == 0) // stack is empty, finished in spell_edit_score_limit()
4282 --stackidx; in spell_edit_score_limit()
4283 gi = stack[stackidx].goodi; in spell_edit_score_limit()
4284 bi = stack[stackidx].badi; in spell_edit_score_limit()
4285 score = stack[stackidx].score; in spell_edit_score_limit()
4308 int stackidx; in spell_edit_score_limit_w() local
4338 stackidx = 0; 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()
4416 stack[stackidx].score = score_off; in spell_edit_score_limit_w()
4417 ++stackidx; in spell_edit_score_limit_w()
4463 if (stackidx == 0) // stack is empty, finished in spell_edit_score_limit_w()
4467 --stackidx; in spell_edit_score_limit_w()
4468 gi = stack[stackidx].goodi; in spell_edit_score_limit_w()
4469 bi = stack[stackidx].badi; in spell_edit_score_limit_w()
4470 score = stack[stackidx].score; in spell_edit_score_limit_w()