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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Derror.c178 xmlChar *ctnt; local
197 ctnt = content;
201 *ctnt++ = *cur++;
204 *ctnt = 0;
209 ctnt = content;
211 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
212 if (*(ctnt) != '\t')
213 *(ctnt) = ' ';
214 ctnt++;
216 *ctnt
[all...]
H A Druntest.c305 xmlChar *ctnt; local
324 ctnt = content;
328 *ctnt++ = *cur++;
331 *ctnt = 0;
336 ctnt = content;
338 while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
339 if (*(ctnt) != '\t')
340 *(ctnt) = ' ';
341 ctnt++;
343 *ctnt
[all...]

Completed in 40 milliseconds