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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Drelaxng.c256 #define FLAGS_IGNORABLE 1 macro
2359 if (((ctxt->flags & FLAGS_IGNORABLE) == 0) ||
3755 ctxt.flags = FLAGS_IGNORABLE | FLAGS_NOERROR;
7903 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8050 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8119 ctxt->flags |= FLAGS_IGNORABLE;
8132 if ((ctxt->flags & FLAGS_IGNORABLE) == 0) {
8657 ctxt->flags |= FLAGS_IGNORABLE;
8670 if ((ctxt->flags & FLAGS_IGNORABLE) == 0)
8762 ctxt->flags |= FLAGS_IGNORABLE;
[all...]

Completed in 52 milliseconds