Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c678 int wordnr; in suggest_load_files() local
769 for (wordnr = 0; wordnr < wcount; ++wordnr) in suggest_load_files()
781 if (ml_append_buf(slang->sl_sugbuf, (linenr_T)wordnr, in suggest_load_files()
5688 int wordnr = startwordnr; in sug_filltable() local
5717 if (ml_append_buf(spin->si_spellbuf, (linenr_T)wordnr, in sug_filltable()
5720 ++wordnr; in sug_filltable()
5734 wordnr = sug_filltable(spin, p->wn_child, wordnr, gap); in sug_filltable()
5735 if (wordnr == -1) in sug_filltable()
5739 return wordnr; in sug_filltable()
H A Dspellsuggest.c3369 int wordnr = 0; in soundfold_find() local
3395 ++wordnr; in soundfold_find()
3408 wordnr += idxs[idxs[arridx]]; in soundfold_find()
3427 return wordnr; in soundfold_find()