Home
last modified time | relevance | path

Searched refs:pcbpro (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/sgmls/sgmls/
H A Dsynxtrn.h81 extern struct parse pcbpro; /* PCB: prolog. */
H A Dsgmlxtrn.c55 struct parse *propcb = &pcbpro; /* Current PCB for prolog parse. */
H A Dpars1.c456 if (dtdsw && propcb == &pcbpro) { in parsepro()
461 if (!sw.onlypro || propcb != &pcbpro || !dtdsw) in parsepro()
H A Dsgml2.c365 (UNIV)&pcbpro,
H A Dmd1.c641 propcb = &pcbpro; /* Restore normal prolog parse. */
H A DChangeLog78 * pcbrf.c: Rework handling of separators in pcbpro and pcbsd.
101 * pcbrf.c (pcbpro): Recognize end tags.
H A Dpcbrf.c425 struct parse pcbpro = {"PRO", lexcon, protab, 0, 0, 0, 0}; variable
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dsynxtrn.h79 extern struct parse pcbpro; /* PCB: prolog. */
H A Dsgmlxtrn.c53 struct parse *propcb = &pcbpro; /* Current PCB for prolog parse. */
H A Dsgml2.c360 (UNIV)&pcbpro,
H A Dmd1.c640 propcb = &pcbpro; /* Restore normal prolog parse. */
H A Dpars1.c445 if (!sw.onlypro || propcb != &pcbpro || !dtdsw) in parsepro()
H A Dpcbrf.c419 struct parse pcbpro = {"PRO", lexcon, protab, 0, 0, 0, 0}; variable