Lines Matching refs:ctnt
178 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
199 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()
219 *ctnt = 0; in xmlParserPrintFileContextInternal()