Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h564 EXTERN char_u *p_fencs; // 'fileencodings' variable
H A Dfileio.c849 else if (*p_fencs == NUL) in readfile()
856 fenc_next = p_fencs; // try items in 'fileencodings' in readfile()
H A Doption.c575 if (options[opt_idx].var == (char_u *)&p_fencs && enc_utf8) in set_option_default()
1776 else if ((char_u **)varp == &p_fencs && enc_utf8) in do_set()
H A Doptiondefs.h943 (char_u *)&p_fencs, PV_NONE,