Lines Matching refs:NL
1142 *ptr = NL; // split line by inserting a NL in readfile()
1236 if (p[ni] == NL) in readfile()
1250 if (p[ni] == NL) in readfile()
1255 ptr[tlen++] = NL; in readfile()
2090 if (*p == NL) in readfile()
2115 if (*p == NL) in readfile()
2154 if ((c = *ptr) != NUL && c != CAR && c != NL) in readfile()
2157 *ptr = NL; // NULs are replaced by newlines! in readfile()
2158 else if (c == NL) in readfile()
2194 if ((c = *ptr) != NUL && c != NL) // catch most common case in readfile()
2197 *ptr = NL; // NULs are replaced by newlines! in readfile()