Lines Matching refs:ctnt
440 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
459 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()
479 *ctnt = 0; in xmlParserPrintFileContextInternal()