Lines Matching refs:ts_twordlen

167     char_u	ts_twordlen;	// valid length of tword[]  member
1382 tword[sp->ts_twordlen] = NUL; in suggest_trie_walk()
1386 sp->ts_splitoff = sp->ts_twordlen; in suggest_trie_walk()
1413 tword[sp->ts_twordlen] = NUL; in suggest_trie_walk()
1465 == sp->ts_twordlen - sp->ts_splitoff in suggest_trie_walk()
1490 || sp->ts_twordlen - sp->ts_splitoff in suggest_trie_walk()
1505 sp->ts_twordlen - sp->ts_splitoff); in suggest_trie_walk()
1697 && sp->ts_twordlen - sp->ts_splitoff in suggest_trie_walk()
1770 sp->ts_twordlen, tword, fword + sp->ts_fidx); in suggest_trie_walk()
1773 sp->ts_twordlen, tword, fword + sp->ts_fidx); in suggest_trie_walk()
1787 sp->ts_splitoff = sp->ts_twordlen; in suggest_trie_walk()
1919 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
1923 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
1929 tword[sp->ts_twordlen++] = c; in suggest_trie_walk()
1967 + sp->ts_twordlen in suggest_trie_walk()
1981 + sp->ts_twordlen in suggest_trie_walk()
1989 && sp->ts_twordlen > sp->ts_tcharlen) in suggest_trie_walk()
1991 p = tword + sp->ts_twordlen - sp->ts_tcharlen; in suggest_trie_walk()
2058 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
2143 if (soundfold && sp->ts_twordlen == 0 && c == '*') in suggest_trie_walk()
2155 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
2160 tword[sp->ts_twordlen++] = c; in suggest_trie_walk()
2183 if (sp->ts_twordlen >= 2 in suggest_trie_walk()
2184 && tword[sp->ts_twordlen - 2] == c) in suggest_trie_walk()
2255 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
2343 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
2411 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
2472 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()
2584 sp->ts_twordlen, tword, fword + sp->ts_fidx, in suggest_trie_walk()