Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ctnt

440     xmlChar *ctnt;
459 ctnt = content;
463 *ctnt++ = *cur++;
466 *ctnt = 0;
471 ctnt = content;
473 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
474 if (*(ctnt) != '\t')
475 *(ctnt) = ' ';
476 ctnt++;
478 *ctnt++ = '^';
479 *ctnt = 0;