Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h485 EXTERN char_u *p_ccv; // 'charconvert' variable
H A Dfileio.c1034 if (fio_flags == 0 && !read_stdin && !read_buffer && *p_ccv != NUL in readfile()
2061 if (*p_ccv != NUL && iconv_fd != (iconv_t)-1) in readfile()
H A Dbufwrite.c1746 if (*p_ccv != NUL) in buf_write()
H A Devalvars.c374 if (eval_to_bool(p_ccv, &err, NULL, FALSE)) in eval_charconvert()
H A Doptiondefs.h572 (char_u *)&p_ccv, PV_NONE,