Home
last modified time | relevance | path

Searched refs:ctnt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Derror.c178 xmlChar *ctnt; in xmlParserPrintFileContextInternal() local
197 ctnt = content; in xmlParserPrintFileContextInternal()
201 *ctnt++ = *cur++; in xmlParserPrintFileContextInternal()
204 *ctnt = 0; in xmlParserPrintFileContextInternal()
209 ctnt = content; in xmlParserPrintFileContextInternal()
211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) { in xmlParserPrintFileContextInternal()
212 if (*(ctnt) != '\t') in xmlParserPrintFileContextInternal()
213 *(ctnt) = ' '; in xmlParserPrintFileContextInternal()
214 ctnt++; in xmlParserPrintFileContextInternal()
216 *ctnt++ = '^'; in xmlParserPrintFileContextInternal()
[all …]