Searched refs:n_cr (Results 1 – 1 of 1) sorted by relevance
119 int n_cr = 0; in file_ascmagic_with_encoding() local164 n_cr++; in file_ascmagic_with_encoding()190 n_cr++; in file_ascmagic_with_encoding()253 if ((n_crlf == 0 && n_cr == 0 && n_nel == 0 && n_lf == 0) || in file_ascmagic_with_encoding()254 (n_crlf != 0 || n_cr != 0 || n_nel != 0)) { in file_ascmagic_with_encoding()258 if (n_crlf == 0 && n_cr == 0 && n_nel == 0 && n_lf == 0) { in file_ascmagic_with_encoding()265 if (n_cr || n_lf || n_nel) in file_ascmagic_with_encoding()269 if (n_cr) { in file_ascmagic_with_encoding()
Completed in 14 milliseconds