Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c198 char_u *fenc_next = NULL; // next item in 'fencs' or NULL in readfile() local
838 fenc_next = fenc; in readfile()
856 fenc_next = p_fencs; // try items in 'fileencodings' in readfile()
857 fenc = next_fenc(&fenc_next, &fenc_alloced); in readfile()
958 if (fenc_next != NULL) in readfile()
960 fenc = next_fenc(&fenc_next, &fenc_alloced); in readfile()