Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c663 try_mac = (vim_strchr(p_ffs, 'm') != NULL); in readfile()
664 try_dos = (vim_strchr(p_ffs, 'd') != NULL); in readfile()
665 try_unix = (vim_strchr(p_ffs, 'x') != NULL); in readfile()
698 try_mac = (vim_strchr(p_ffs, 'm') != NULL); in readfile()
699 try_dos = (vim_strchr(p_ffs, 'd') != NULL); in readfile()
700 try_unix = (vim_strchr(p_ffs, 'x') != NULL); in readfile()
921 else if (*p_ffs == NUL) in readfile()
2734 else if (*p_ffs != NUL) in set_file_options()
H A Doptionstr.c1157 else if (varp == &p_ffs) in did_set_string_option()
1159 if (check_opt_strings(p_ffs, p_ff_values, TRUE) != OK) in did_set_string_option()
1164 if (*p_ffs == NUL) in did_set_string_option()
H A Doption.h566 EXTERN char_u *p_ffs; // 'fileformats' variable
H A Dscriptfile.c1252 if (*p_ffs == NUL) in do_source()
H A Dmisc2.c1749 switch (*p_ffs) in default_fileformat()
H A Doptiondefs.h951 (char_u *)&p_ffs, PV_NONE,
H A Doption.c5890 switch (*p_ffs) in buf_copy_options()