Searched refs:p_ffs (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | fileio.c | 663 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 D | optionstr.c | 1157 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 D | option.h | 566 EXTERN char_u *p_ffs; // 'fileformats' variable
|
| H A D | scriptfile.c | 1252 if (*p_ffs == NUL) in do_source()
|
| H A D | misc2.c | 1749 switch (*p_ffs) in default_fileformat()
|
| H A D | optiondefs.h | 951 (char_u *)&p_ffs, PV_NONE,
|
| H A D | option.c | 5890 switch (*p_ffs) in buf_copy_options()
|