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

/macosx-10.10/vim-55/src/
H A Dspell.c11286 char_u *byts, *fbyts, *pbyts; local
11325 pbyts = NULL;
11338 pbyts = slang->sl_pbyts;
11340 if (pbyts != NULL)
11342 byts = pbyts;
11460 len = pbyts[n++];
11461 for (c = 0; c < len && pbyts[n + c] == 0; ++c)
11897 if (pbyts != NULL)
11899 byts = pbyts;
12704 byts = pbyts;
[all...]

Completed in 138 milliseconds