Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Ddtd.h200 SP_STRICT /* Strict reading of spaces for signature verification */ enumerator
H A Dparser.c4376 case SP_STRICT: in emit_cdata()
4410 p->environments->space_mode == SP_STRICT ) ) in emit_cdata()
4770 p->environments && p->environments->space_mode != SP_STRICT ) in add_cdata()
4787 p->environments && p->environments->space_mode != SP_STRICT ) in add_cdata()
H A Dsgml2pl.c535 p->dtd->space_mode = SP_STRICT; in pl_set_sgml_parser()