Searched refs:si_newcompID (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dspell.c4983 int si_newcompID; /* current value for compound ID */ member in struct:spellinfo_S
6046 if (spin->si_newcompID < spin->si_newprefID)
6048 if (spin->si_newcompID == 127 || spin->si_newcompID == 255)
6301 id = spin->si_newcompID--;
6326 if (spin->si_newprefID == spin->si_newcompID && spin->si_newcompID < 128)
6329 spin->si_newcompID = 255;
9090 spin.si_newcompID = 127; /* start compound ID at first maximum */

Completed in 116 milliseconds