Lines Matching refs:nNL
13384 int nNL = 0;
13389 nNL = (int)strlen(zNL);
13399 i64 nMax = (nNL > nCR) ? nNL : nCR;
13416 memcpy(&zOut[iOut], zNL, nNL);
13417 iOut += nNL;
13429 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL;
16032 int nNL = 0;
16036 if( z[i]=='\n' ) nNL++;
16039 if( nNL ){
16073 if( nNL ){
19394 i64 nNL = 0;
19399 nNL = strlen(zNL);
19409 i64 nMax = (nNL > nCR) ? nNL : nCR;
19426 memcpy(&zOut[iOut], zNL, nNL);
19427 iOut += nNL;
19439 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL;