Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmisc2.pro37 int get_fileformat_force(buf_T *buf, exarg_T *eap);
/vim-8.2.3635/src/
H A Dfileio.c916 fileformat = get_fileformat_force(curbuf, eap); in readfile()
2733 set_fileformat(get_fileformat_force(curbuf, eap), OPT_LOCAL); in set_file_options()
H A Dbufwrite.c2015 fileformat = get_fileformat_force(buf, eap); in buf_write()
H A Dmisc2.c1682 get_fileformat_force( in get_fileformat_force() function