Home
last modified time | relevance | path

Searched refs:compflags (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c241 char_u *compflags, in can_be_compound() argument
257 compflags[sp->ts_complen] = flag; in can_be_compound()
258 compflags[sp->ts_complen + 1] = NUL; in can_be_compound()
260 compflags[sp->ts_complen] = NUL; in can_be_compound()
1501 compflags[sp->ts_complen] = ((unsigned)flags >> 24); in suggest_trie_walk()
1502 compflags[sp->ts_complen + 1] = NUL; in suggest_trie_walk()
1518 compflags + sp->ts_compsplit)) in suggest_trie_walk()
1707 compflags, ((unsigned)flags >> 24)))) in suggest_trie_walk()
1712 compflags[sp->ts_complen + 1] = NUL; in suggest_trie_walk()
1730 compflags[sp->ts_complen] = NUL; in suggest_trie_walk()
[all …]
H A Dspellfile.c2350 || compflags != NULL in spell_read_aff()
2457 && compflags == NULL) in spell_read_aff()
2466 compflags = p; in spell_read_aff()
2485 if (compflags != NULL) in spell_read_aff()
2486 l += (int)STRLEN(compflags) + 1; in spell_read_aff()
2490 if (compflags != NULL) in spell_read_aff()
2492 STRCPY(p, compflags); in spell_read_aff()
2496 compflags = p; in spell_read_aff()
3062 if (compflags != NULL) in spell_read_aff()
3252 char_u *compflags) in process_compflags() argument
[all …]
H A Dspell.c977 match_compoundrule(slang_T *slang, char_u *compflags) in match_compoundrule() argument
990 c = compflags[i]; in match_compoundrule()
/vim-8.2.3635/src/proto/
H A Dspell.pro5 int match_compoundrule(slang_T *slang, char_u *compflags);
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt2080 - move compflags to separate growarray?