Home
last modified time | relevance | path

Searched refs:pbyts (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c1259 char_u *byts, *fbyts, *pbyts; in suggest_trie_walk() local
1296 pbyts = NULL; in suggest_trie_walk()
1307 pbyts = slang->sl_pbyts; in suggest_trie_walk()
1309 if (pbyts != NULL) in suggest_trie_walk()
1311 byts = pbyts; in suggest_trie_walk()
1417 && pbyts != NULL) in suggest_trie_walk()
1424 len = pbyts[n++]; in suggest_trie_walk()
1425 for (c = 0; c < len && pbyts[n + c] == 0; ++c) in suggest_trie_walk()
1840 if (pbyts != NULL) in suggest_trie_walk()
1842 byts = pbyts; in suggest_trie_walk()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt47929 Solution: Check "pbyts" is not NULL.