Home
last modified time | relevance | path

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

/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dfile-editor-tab.cc1967 int count_crlf = text.count (eol_crlf); in detect_eol_mode() local
1968 int count_lf = text.count (eol_lf) - count_crlf; // isolated lf in detect_eol_mode()
1969 int count_cr = text.count (eol_cr) - count_crlf; // isolated cr in detect_eol_mode()
1978 if (count_crlf > count_max) in detect_eol_mode()
1981 count_max = count_crlf; in detect_eol_mode()