Searched refs:fenc_next (Results 1 – 1 of 1) sorted by relevance
198 char_u *fenc_next = NULL; // next item in 'fencs' or NULL in readfile() local838 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()