Searched refs:compflags (Results 1 – 5 of 5) sorted by relevance
241 char_u *compflags, in can_be_compound() argument257 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 …]
2350 || 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 …]
977 match_compoundrule(slang_T *slang, char_u *compflags) in match_compoundrule() argument990 c = compflags[i]; in match_compoundrule()
5 int match_compoundrule(slang_T *slang, char_u *compflags);
2080 - move compflags to separate growarray?