Searched refs:ctnt (Results 1 – 8 of 8) sorted by relevance
403 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local422 ctnt = content; in xmlParserPrintFileContextInternal()426 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()429 *ctnt = 0; in xmlParserPrintFileContextInternal()434 ctnt = content; in xmlParserPrintFileContextInternal()436 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()437 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()438 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()439 ctnt++; in xmlParserPrintFileContextInternal()441 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()[all …]
435 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local454 ctnt = content; in xmlParserPrintFileContextInternal()458 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()461 *ctnt = 0; in xmlParserPrintFileContextInternal()466 ctnt = content; in xmlParserPrintFileContextInternal()468 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()469 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()470 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()471 ctnt++; in xmlParserPrintFileContextInternal()473 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()[all …]
180 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local226 ctnt = content; in xmlParserPrintFileContextInternal()228 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()229 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()230 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()231 ctnt++; in xmlParserPrintFileContextInternal()233 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()234 *ctnt = 0; in xmlParserPrintFileContextInternal()
307 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local351 ctnt = content; in xmlParserPrintFileContextInternal()353 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()354 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()355 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()356 ctnt++; in xmlParserPrintFileContextInternal()358 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()359 *ctnt = 0; in xmlParserPrintFileContextInternal()