Lines Matching refs:round
139 static void dump_word(slang_T *slang, char_u *word, char_u *pat, int *dir, int round, int flags, li…
140 static linenr_T dump_prefixes(slang_T *slang, char_u *word, char_u *pat, int *dir, int round, int f…
1551 int round; in spell_load_lang() local
1561 for (round = 1; round <= 2; ++round) in spell_load_lang()
1587 if (r == FAIL && *sl.sl_lang != NUL && round == 1 in spell_load_lang()
1684 int round; in slang_clear() local
1694 for (round = 1; round <= 2; ++round) in slang_clear()
1696 gap = round == 1 ? &lp->sl_rep : &lp->sl_repsal; in slang_clear()
1986 int round; in did_set_spelllang() local
2158 for (round = 0; round == 0 || *spf != NUL; ++round) in did_set_spelllang()
2160 if (round == 0) in did_set_spelllang()
2195 if (round == 0) in did_set_spelllang()
3877 int round; in spell_dump_compl() local
3958 for (round = 1; round <= 2; ++round) in spell_dump_compl()
3960 if (round == 1) in spell_dump_compl()
4001 if ((round == 2 || (flags & WF_KEEPCAP) == 0) in spell_dump_compl()