Searched refs:n_nel (Results 1 – 1 of 1) sorted by relevance
126 int n_nel = 0; in file_ascmagic_with_encoding() local188 n_nel++; in file_ascmagic_with_encoding()279 if ((n_crlf == 0 && n_cr == 0 && n_nel == 0 && n_lf == 0) || in file_ascmagic_with_encoding()280 (n_crlf != 0 || n_cr != 0 || n_nel != 0)) { in file_ascmagic_with_encoding()284 if (n_crlf == 0 && n_cr == 0 && n_nel == 0 && n_lf == 0) { in file_ascmagic_with_encoding()291 if (n_cr || n_lf || n_nel) in file_ascmagic_with_encoding()298 if (n_lf || n_nel) in file_ascmagic_with_encoding()305 if (n_nel) in file_ascmagic_with_encoding()309 if (n_nel) in file_ascmagic_with_encoding()
Completed in 6 milliseconds