Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro19 int captype(char_u *word, char_u *end);
/vim-8.2.3635/src/
H A Dspell.c607 mip->mi_capflags = captype(mip->mi_word, mip->mi_cend); in find_word()
706 capflags = captype(p, mip->mi_word + wlen); in find_word()
2373 captype( in captype() function
3896 n = captype(pat, NULL); in spell_dump_compl()
4089 && ((captype(word, NULL) & WF_KEEPCAP) == 0 in dump_word()
H A Dspellsuggest.c311 int flags = captype(word, end); in badword_captype()
960 if (captype(p, NULL) == 0) in spell_suggest_file()
1588 captype(preword + sp->ts_prewordlen, NULL))) in suggest_trie_walk()
1647 c = captype(preword, NULL); in suggest_trie_walk()
H A Dspellfile.c4391 int ct = captype(word, word + len); in store_word()