Lines Matching refs:ctnt
306 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
325 ctnt = content; in xmlParserPrintFileContextInternal()
329 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()
332 *ctnt = 0; in xmlParserPrintFileContextInternal()
337 ctnt = content; in xmlParserPrintFileContextInternal()
339 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()
340 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()
341 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()
342 ctnt++; in xmlParserPrintFileContextInternal()
344 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()
345 *ctnt = 0; in xmlParserPrintFileContextInternal()