Lines Matching refs:ctnt
348 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
367 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()
387 *ctnt = 0; in xmlParserPrintFileContextInternal()