Lines Matching refs:ts_complen
178 char_u ts_complen; // nr of compound words used member
246 if (!byte_in_str(sp->ts_complen == sp->ts_compsplit in can_be_compound()
253 if (slang->sl_comprules != NULL && sp->ts_complen > sp->ts_compsplit) in can_be_compound()
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()
1448 if (sp->ts_complen == sp->ts_compsplit && fword_ends in suggest_trie_walk()
1456 if (sp->ts_complen > sp->ts_compsplit) in suggest_trie_walk()
1501 compflags[sp->ts_complen] = ((unsigned)flags >> 24); in suggest_trie_walk()
1502 compflags[sp->ts_complen + 1] = NUL; in suggest_trie_walk()
1567 if ((sp->ts_complen == sp->ts_compsplit in suggest_trie_walk()
1704 || sp->ts_complen + 1 - sp->ts_compsplit in suggest_trie_walk()
1711 compflags[sp->ts_complen] = ((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()
1743 if (sp->ts_complen == sp->ts_compsplit in suggest_trie_walk()
1749 if (sp->ts_complen > sp->ts_compsplit in suggest_trie_walk()
1822 ++sp->ts_complen; in suggest_trie_walk()
1824 sp->ts_compsplit = sp->ts_complen; in suggest_trie_walk()