Home
last modified time | relevance | path

Searched refs:pcbmd (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dmd2.c22 pcbmd.newstate = 0;
25 switch (pcbmd.action) {
57 pcbmd.newstate = 0;
125 pcbmd.newstate = 0;
233 pcbmd.newstate = 0;
251 pcbmd.newstate = 0;
254 if (pcbmd.action==LIT || pcbmd.action==LITE) {
286 pcbmd.newstate = 0;
299 pcbmd.newstate = 0;
547 pcbmd.newstate = 0;
[all …]
H A Dmd1.c24 switch (pcbmd.action) {
50 if (pcbmd.action!=NAS) {
154 switch (pcbmd.action) {
171 if (pcbmd.action!=NAS) {
288 switch (pcbmd.action) {
375 switch (pcbmd.action) {
433 switch (pcbmd.action) {
577 pcbmd.newstate = 0;
586 pcbmd.newstate = 0;
648 pcbmd.newstate = 0;
[all …]
H A Dsynxtrn.h72 extern struct parse pcbmd; /* PCB: markup declaration. */
H A Dsgml2.c353 (UNIV)&pcbmd,
H A Dtraceset.c375 mdname, subdcl ? (char *)subdcl : "[NONE]", parmno, pcbmd.action, parmid);
H A Dpars2.c904 pcb = (lpcb) ? &pcbmd : &pcbmdc; /* If no literal pcb, dcl is comment. */
H A Dpcbrf.c950 struct parse pcbmd = {"MD", lexmark, mdtab, 0, 0, 0, 0}; variable
/dports/textproc/sgmls/sgmls/
H A Dmd1.c24 switch (pcbmd.action) {
50 if (pcbmd.action!=NAS) {
54 while (pcbmd.action==NAS) {
156 switch (pcbmd.action) {
173 if (pcbmd.action!=NAS) {
290 switch (pcbmd.action) {
377 switch (pcbmd.action) {
435 switch (pcbmd.action) {
579 pcbmd.newstate = 0;
590 switch (pcbmd.action) {
[all …]
H A Dmd2.c22 pcbmd.newstate = 0;
25 switch (pcbmd.action) {
59 switch (pcbmd.action) {
88 switch (pcbmd.action) {
234 switch (pcbmd.action) {
249 if (pcbmd.action==LIT || pcbmd.action==LITE) {
542 pcbmd.newstate = 0;
614 pcbmd.newstate = 0;
694 pcbmd.newstate = 0;
698 switch (pcbmd.action) {
[all …]
H A Dsynxtrn.h74 extern struct parse pcbmd; /* PCB: markup declaration. */
H A Dsgml2.c358 (UNIV)&pcbmd,
H A Dpars2.c923 pcb = (lpcb) ? &pcbmd : &pcbmdc; /* If no literal pcb, dcl is comment. */
1001 synerr(37, &pcbmd);
H A Dtraceset.c374 mdname, subdcl ? (char *)subdcl : "[NONE]", parmno, pcbmd.action, parmid);
H A DChangeLog79 * md1.c, md2.c: Get rid of reinitialization of pcbmd.newstate to
81 * pars2.c (parsemd): Set pcbmd.newstate to 0, if NUM token was
H A Dpcbrf.c958 struct parse pcbmd = {"MD", lexmark, mdtab, 0, 0, 0, 0}; variable