Home
last modified time | relevance | path

Searched refs:eol_type (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfileio.pro12 int msg_add_fileformat(int eol_type);
/vim-8.2.3635/src/
H A Dfileio.c3060 msg_add_fileformat(int eol_type) in msg_add_fileformat() argument
3063 if (eol_type == EOL_DOS) in msg_add_fileformat()
3069 if (eol_type == EOL_MAC) in msg_add_fileformat()
3075 if (eol_type == EOL_UNIX) in msg_add_fileformat()