Home
last modified time | relevance | path

Searched refs:b_p_ff (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Ddiff.c808 save_ff = buf->b_p_ff; in diff_write()
809 buf->b_p_ff = vim_strsave((char_u *)FF_UNIX); in diff_write()
818 free_string_option(buf->b_p_ff); in diff_write()
819 buf->b_p_ff = save_ff; in diff_write()
H A Doption.c5461 case PV_FF: return (char_u *)&(curbuf->b_p_ff); in get_varp()
5893 buf->b_p_ff = vim_strsave((char_u *)FF_MAC); break; in buf_copy_options()
5895 buf->b_p_ff = vim_strsave((char_u *)FF_DOS); break; in buf_copy_options()
5897 buf->b_p_ff = vim_strsave((char_u *)FF_UNIX); break; in buf_copy_options()
5899 buf->b_p_ff = vim_strsave(p_ff); in buf_copy_options()
5901 if (buf->b_p_ff != NULL) in buf_copy_options()
5902 buf->b_start_ffc = *buf->b_p_ff; in buf_copy_options()
H A Dchange.c914 buf->b_start_ffc = *buf->b_p_ff; in save_file_ff()
947 if (buf->b_start_ffc != *buf->b_p_ff) in file_ff_differs()
H A Dmisc2.c1668 int c = *buf->b_p_ff; in get_fileformat()
1695 c = *buf->b_p_ff; in get_fileformat_force()
H A Doptionstr.c210 check_string_option(&buf->b_p_ff); in check_buf_options()
H A Dstructs.h2888 char_u *b_p_ff; // 'fileformat' member
H A Dnetbeans.c1447 curbuf->b_start_ffc = *curbuf->b_p_ff; in nb_do_cmd()
H A Dfileio.c2715 eap->force_ff = *buf->b_p_ff; in prep_exarg()
H A Dbuffer.c2251 clear_string_option(&buf->b_p_ff); in free_buf_options()