Lines Matching refs:zNL
1626 const char *zNL = 0; local
1637 zNL = unused_string(z, "\\n", "\\012", zBuf1);
1660 raw_printf(out, "%s", zNL);
1670 raw_printf(out, ",'%s',char(10))", zNL);
4987 const char *zNL = 0; local
4993 if( zNL==0 && zText[i]=='\n' ){
4994 zNL = unused_string(zText, "\\n", "\\012", zBuf1);
4995 nNL = strlen(zNL);
5003 if( zNL || zCR ){
5013 if( zNL && zCR ){
5022 memcpy(&zOut[iOut], zNL, nNL);
5033 if( zNL ){
5035 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL;