Lines Matching refs:round
4860 int round; in write_vim_spell() local
4993 for (round = 1; round <= 3; ++round) in write_vim_spell()
4995 if (round == 1) in write_vim_spell()
4997 else if (round == 2) in write_vim_spell()
5012 if (round != 2) in write_vim_spell()
5016 i = round == 1 ? SN_REP : (round == 2 ? SN_SAL : SN_REPSAL); in write_vim_spell()
5030 if (round == 2) in write_vim_spell()
5034 if (round == 2) in write_vim_spell()
5092 for (round = 1; round <= 2; ++round) in write_vim_spell()
5104 if (round == 2) // <word> in write_vim_spell()
5108 if (round == 1) in write_vim_spell()
5227 for (round = 1; round <= 3; ++round) in write_vim_spell()
5229 if (round == 1) in write_vim_spell()
5231 else if (round == 2) in write_vim_spell()
5242 nodecount = put_node(NULL, tree, 0, regionmask, round == 3); in write_vim_spell()
5249 (void)put_node(fd, tree, 0, regionmask, round == 3); in write_vim_spell()