Home
last modified time | relevance | path

Searched refs:DELNONCH (Results 1 – 25 of 25) sorted by relevance

/dports/textproc/sgmls/sgmls/
H A Debcdic.c13 24, 25, EOFCHAR, 39, EOBCHAR, DELCDATA, DELSDATA, DELNONCH,
H A Debcdic.h15 #define DELNONCH '\037' /* NONCHAR: non-SGML character prefix. */ macro
H A Dlatin1.h14 #define DELNONCH '\037' /* NONCHAR: non-SGML character prefix. */ macro
H A Dsgmlio.c83 ismagic[(UNCH)DELNONCH] = 1;
252 buf[i++] = DELNONCH;
H A Dsgmlmsg.c337 case DELNONCH:
446 if (ch == DELNONCH) {
H A Dpars2.c112 if (*FPOS == DELNONCH) NEWCC;
227 case DELNONCH:
890 if (data[i] == DELNONCH) {
894 *pt++ = DELNONCH;
H A Dsgmlxtrn.c116 UNCH nonchbuf[2] = { DELNONCH };
H A DTODO20 Refine SYS_ action. If we distinguish DELNONCH in lexmark, lexgrp,
H A DChangeLog427 to be prefixed with DELNONCH.
430 DELNONCH skip another character.
457 * appl.h: Move DELNONCH, DELCDATA, DELSDATA to latin1.h and ebcdic.h.
463 (ioread): Use DELNONCH constant.
466 (printit): Use DELNONCH constant. Can now use switch statement.
469 * sgmldecl.c (sdnaming): Use DELNONCH constant.
475 * lextaba.c (lexcnm, lexcon, lexlms): Make code for DELNONCH be
1001 DELNONCH as DELCDATA or DELSDATA.
1778 * lineout.c (print_string): Fix bug in DELNONCH handling.
H A Dsgml2.c256 if (*FPOS == DELNONCH) in scbset()
H A Dlineout.c556 if (ch == DELNONCH) {
H A Dsgmldecl.c987 if (c == DELNONCH) {
1441 char_flags[DELNONCH] |= CHAR_MAGIC; in sdinit()
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Debcdic.c13 24, 25, EOFCHAR, 39, EOBCHAR, DELCDATA, DELSDATA, DELNONCH,
H A Debcdic.h15 #define DELNONCH '\037' /* NONCHAR: non-SGML character prefix. */ macro
H A Dlatin1.h14 #define DELNONCH '\037' /* NONCHAR: non-SGML character prefix. */ macro
H A Dsgmlio.c83 ismagic[(UNCH)DELNONCH] = 1;
252 buf[i++] = DELNONCH;
H A Dsgmlmsg.c337 case DELNONCH:
446 if (ch == DELNONCH) {
H A Dpars2.c111 if (*FPOS == DELNONCH) NEWCC;
226 case DELNONCH:
871 if (data[i] == DELNONCH) {
875 *pt++ = DELNONCH;
H A Dsgmlxtrn.c114 UNCH nonchbuf[2] = { DELNONCH };
H A DTODO9 Refine SYS_ action. If we distinguish DELNONCH in lexmark, lexgrp,
H A DChangeLog150 to be prefixed with DELNONCH.
153 DELNONCH skip another character.
180 * appl.h: Move DELNONCH, DELCDATA, DELSDATA to latin1.h and ebcdic.h.
186 (ioread): Use DELNONCH constant.
189 (printit): Use DELNONCH constant. Can now use switch statement.
192 * sgmldecl.c (sdnaming): Use DELNONCH constant.
198 * lextaba.c (lexcnm, lexcon, lexlms): Make code for DELNONCH be
724 DELNONCH as DELCDATA or DELSDATA.
1501 * lineout.c (print_string): Fix bug in DELNONCH handling.
H A Dsgml2.c252 if (*FPOS == DELNONCH) in scbset()
H A Dlineout.c553 if (ch == DELNONCH) {
H A Dsgmldecl.c950 if (c == DELNONCH) {
1402 char_flags[DELNONCH] |= CHAR_MAGIC; in sdinit()
/dports/textproc/sgmlformat/sgmlformat-1.7/instant/
H A Dlatin1.h14 #define DELNONCH '\037' /* NONCHAR: non-SGML character prefix. */ macro