Lines Matching defs:nNL
17245 int nNL = 0;17250 nNL = (int)strlen(zNL);17260 i64 nMax = (nNL > nCR) ? nNL : nCR;17277 memcpy(&zOut[iOut], zNL, nNL);17278 iOut += nNL;17290 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL;19919 int nNL = 0;19923 if( z[i]=='\n' ) nNL++;19926 if( nNL ){19960 if( nNL ){