Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro2 int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount);
/vim-8.2.3635/src/
H A Dspell.c163 int docount) // count good words in spell_check() argument
171 int count_word = docount; in spell_check()