Lines Matching defs:zNL
17242 const char *zNL = 0;
17248 if( zNL==0 && zText[i]=='\n' ){
17249 zNL = recoverUnusedString(zText, "\\n", "\\012", zBuf1);
17250 nNL = (int)strlen(zNL);
17258 if( zNL || zCR ){
17268 if( zNL && zCR ){
17277 memcpy(&zOut[iOut], zNL, nNL);
17288 if( zNL ){
17290 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL;
19917 const char *zNL = 0;
19928 zNL = unused_string(z, "\\n", "\\012", zBuf1);
19951 oputz(zNL);
19961 oputf(",'%s',char(10))", zNL);