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

/macosx-10.10/vim-55/src/
H A Dspell.c806 char_u ts_prewordlen; /* length of word in "preword[]" */
11277 char_u preword[MAXWLEN * 3]; /* word found with proper case; local
11416 /* Move the prefix to preword[] with the right case
11420 preword + sp->ts_prewordlen, flags);
11421 sp->ts_prewordlen = (char_u)STRLEN(preword);
11506 preword[sp->ts_prewordlen] = NUL;
11508 preword + sp->ts_prewordlen,
11512 add_suggestion(su, &su->su_ga, preword,
11541 vim_strncpy(preword + sp->ts_prewordlen,
11546 if (match_checkcompoundpattern(preword, s
[all...]

Completed in 103 milliseconds