Lines Matching refs:tword

1248     char_u	tword[MAXWLEN];	    // good word collected so far  in suggest_trie_walk()  local
1382 tword[sp->ts_twordlen] = NUL; in suggest_trie_walk()
1383 make_case_word(tword + sp->ts_splitoff, in suggest_trie_walk()
1413 tword[sp->ts_twordlen] = NUL; in suggest_trie_walk()
1430 tword + sp->ts_splitoff, slang, FALSE); in suggest_trie_walk()
1467 tword + sp->ts_splitoff, in suggest_trie_walk()
1497 && mb_charlen(tword + sp->ts_splitoff) in suggest_trie_walk()
1504 tword + sp->ts_splitoff, in suggest_trie_walk()
1534 STRCPY(preword + sp->ts_prewordlen, tword + sp->ts_splitoff); in suggest_trie_walk()
1537 find_keepcap_word(slang, tword + sp->ts_splitoff, in suggest_trie_walk()
1554 make_case_word(tword + sp->ts_splitoff, in suggest_trie_walk()
1650 make_case_word(tword + sp->ts_splitoff, in suggest_trie_walk()
1701 || mb_charlen(tword + 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()
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()
1966 utf_ptr2char(tword in suggest_trie_walk()
1980 mb_ptr2char(tword in suggest_trie_walk()
1991 p = tword + sp->ts_twordlen - sp->ts_tcharlen; in suggest_trie_walk()
2006 MB_PTR_BACK(tword, p); in suggest_trie_walk()
2058 sp->ts_twordlen, tword, fword + sp->ts_fidx, 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()
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()