Searched refs:n_lf (Results 1 – 1 of 1) sorted by relevance
125 int n_lf = 0; in file_ascmagic_with_encoding() local181 n_lf++; in file_ascmagic_with_encoding()286 if ((n_crlf == 0 && n_cr == 0 && n_nel == 0 && n_lf == 0) || in file_ascmagic_with_encoding()292 n_nel == 0 && n_lf == 0) { in file_ascmagic_with_encoding()299 if (n_cr || n_lf || n_nel) in file_ascmagic_with_encoding()306 if (n_lf || n_nel) in file_ascmagic_with_encoding()310 if (n_lf) { in file_ascmagic_with_encoding()
Completed in 4 milliseconds