Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c165 int ff_error = EOL_UNKNOWN; // file format with errors in readfile()
924 fileformat = EOL_UNKNOWN; // detect from file in readfile()
2079 if (fileformat == EOL_UNKNOWN) in readfile()
2124 else if (fileformat == EOL_UNKNOWN && try_mac == 1) in readfile()
2131 if (fileformat == EOL_UNKNOWN && try_mac) in readfile()
2135 if (fileformat == EOL_UNKNOWN) in readfile()
H A Dscriptfile.c1255 cookie.fileformat = EOL_UNKNOWN; in do_source()
1682 if (sp->fileformat == EOL_UNKNOWN) in get_one_sourceline()
H A Doption.h137 #define EOL_UNKNOWN -1 // not defined yet macro
H A Dnetbeans.c1326 int ff_detected = EOL_UNKNOWN; in nb_do_cmd()
1440 if (ff_detected == EOL_UNKNOWN) in nb_do_cmd()