Home
last modified time | relevance | path

Searched refs:incount (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellfile.c5898 int incount; in mkspell() local
5923 incount = fcount - 1; in mkspell()
5936 incount = 1; in mkspell()
5942 incount = 1; in mkspell()
5965 if (incount <= 0) in mkspell()
5969 else if (incount > MAXREGIONS) in mkspell()
5994 for (i = 0; i < incount; ++i) in mkspell()
5998 if (incount > 1) in mkspell()
6012 spin.si_region_count = incount; in mkspell()
6038 for (i = 0; i < incount && !error; ++i) in mkspell()
[all …]