Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ctnt

178     xmlChar *ctnt;
199 ctnt = content;
203 *ctnt++ = *cur++;
206 *ctnt = 0;
211 ctnt = content;
213 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
214 if (*(ctnt) != '\t')
215 *(ctnt) = ' ';
216 ctnt++;
218 *ctnt++ = '^';
219 *ctnt = 0;