Searched refs:ctnt (Results 1 – 4 of 4) sorted by relevance
348 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local367 ctnt = content; in xmlParserPrintFileContextInternal()371 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()374 *ctnt = 0; in xmlParserPrintFileContextInternal()379 ctnt = content; in xmlParserPrintFileContextInternal()381 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()382 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()383 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()384 ctnt++; in xmlParserPrintFileContextInternal()386 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()[all …]
178 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local199 ctnt = content; in xmlParserPrintFileContextInternal()203 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()206 *ctnt = 0; in xmlParserPrintFileContextInternal()211 ctnt = content; in xmlParserPrintFileContextInternal()213 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()214 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()215 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()216 ctnt++; in xmlParserPrintFileContextInternal()218 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()[all …]
440 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local459 ctnt = content; in xmlParserPrintFileContextInternal()463 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()466 *ctnt = 0; in xmlParserPrintFileContextInternal()471 ctnt = content; in xmlParserPrintFileContextInternal()473 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()474 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()475 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()476 ctnt++; in xmlParserPrintFileContextInternal()478 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()[all …]
301 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local320 ctnt = content; in xmlParserPrintFileContextInternal()324 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()327 *ctnt = 0; in xmlParserPrintFileContextInternal()332 ctnt = content; in xmlParserPrintFileContextInternal()334 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()335 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()336 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()337 ctnt++; in xmlParserPrintFileContextInternal()339 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()[all …]