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

/macosx-10.10/vim-55/src/
H A Dspell.c13261 int orgnr; local
13318 orgnr = 0;
13323 orgnr += bytes2offset(&nrline);
13328 /* Lookup the word "orgnr" one of the two tries. */
13335 if (wordcount == orgnr && byts[n + 1] == NUL)
13353 if (wordcount + wc > orgnr)
13452 /* smsg("word %s (%d): %s (%d)", sftword, sftnr, theword, orgnr); */

Completed in 117 milliseconds