Home
last modified time | relevance | path

Searched refs:tword (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c1382 tword[sp->ts_twordlen] = NUL; in suggest_trie_walk()
1413 tword[sp->ts_twordlen] = NUL; in suggest_trie_walk()
1467 tword + sp->ts_splitoff, in suggest_trie_walk()
1504 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()
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()
2006 MB_PTR_BACK(tword, p); in suggest_trie_walk()
[all …]
H A Dspellfile.c5553 char_u tword[MAXWLEN]; in sug_filltree() local
5603 tword[depth] = NUL; in sug_filltree()
5604 spell_soundfold(slang, tword, TRUE, tsalword); in sug_filltree()
5631 tword[depth++] = c; in sug_filltree()
/vim-8.2.3635/runtime/syntax/
H A Dfasm.vim27 syn keyword fasmAddressSizes byte dqword dword fword pword qword tword word