Home
last modified time | relevance | path

Searched refs:MAXWLEN (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dspell.c253 MAXWLEN + 1); in spell_check()
1654 lp->sl_compmax = MAXWLEN; in slang_alloc()
1816 char_u buf[MAXWLEN]; in count_common_word()
3063 char_u sound[MAXWLEN]; in eval_soundfold()
3103 char_u fword[MAXWLEN]; in spell_soundfold()
3205 char_u word[MAXWLEN]; in spell_soundfold_sal()
3482 int word[MAXWLEN]; in spell_soundfold_wsal()
3483 int wres[MAXWLEN]; in spell_soundfold_wsal()
3871 int curi[MAXWLEN]; in spell_dump_compl()
3872 char_u word[MAXWLEN]; in spell_dump_compl()
[all …]
H A Dspellsuggest.c932 char_u cword[MAXWLEN]; in spell_suggest_file()
1089 char_u word[MAXWLEN]; in suggest_try_special()
1183 if (n < MAXWLEN) in suggest_try_change()
2685 idx_T arridx[MAXWLEN]; in find_keepcap_word()
2686 int round[MAXWLEN]; in find_keepcap_word()
2687 int fwordidx[MAXWLEN]; in find_keepcap_word()
2688 int uwordidx[MAXWLEN]; in find_keepcap_word()
2689 int kwordlen[MAXWLEN]; in find_keepcap_word()
3002 char_u fword[MAXWLEN]; in stp_sal_score()
3267 char_u cword[MAXWLEN]; in add_sound_suggest()
[all …]
H A Dspellfile.c609 idx_T arridx[MAXWLEN]; in tree_count_words()
610 int curi[MAXWLEN]; in tree_count_words()
613 int wordcount[MAXWLEN]; in tree_count_words()
674 char_u buf[MAXWLEN]; in suggest_load_files()
921 if (n < 0 || n >= MAXWLEN) in read_prefcond_section()
1146 char_u word[MAXWLEN]; in read_words_section()
1159 if (i == MAXWLEN - 1) in read_words_section()
1234 c = MAXWLEN; in read_compound()
1246 c = MAXWLEN; in read_compound()
3429 char_u word[MAXWLEN]; in add_fromto()
[all …]
H A Dspell.h32 #define MAXWLEN 254 // Assume max. word len is this many bytes. macro
/vim-8.2.3635/src/testdir/
H A Dtest_spell.vim759 " Check handling a word longer than MAXWLEN.
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt4215 Solution: Increase MAXWLEN to 254. (Eliseo Martínez)