Lines Matching refs:ctnt
301 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
320 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()
340 *ctnt = 0; in xmlParserPrintFileContextInternal()