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 …]
307 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local326 ctnt = content; in xmlParserPrintFileContextInternal()330 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()333 *ctnt = 0; in xmlParserPrintFileContextInternal()338 ctnt = content; in xmlParserPrintFileContextInternal()340 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()341 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()342 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()343 ctnt++; in xmlParserPrintFileContextInternal()345 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()[all …]