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

/macosx-10.10.1/vim-55/src/
H A Dfileio.c307 int fenc_alloced; /* fenc_next is in allocated memory */
308 char_u *fenc_next = NULL; /* next item in 'fencs' or NULL */ local
938 fenc_next = fenc;
956 fenc_next = p_fencs; /* try items in 'fileencodings' */
957 fenc = next_fenc(&fenc_next);
965 * - encoding conversion failed: try another one from "fenc_next"
971 * "advance_fenc" Advance "fenc" using "fenc_next".
1070 if (fenc_next != NULL)
1072 fenc = next_fenc(&fenc_next);
1073 fenc_alloced = (fenc_next !
[all...]

Completed in 112 milliseconds