Searched refs:sgml (Results 1 – 25 of 35) sorted by relevance
12
/external/iputils/doc/ |
D | docbook2man-spec.pl | 71 sgml('start', sub { 80 sgml('end', sub { 102 return &sgml; 114 sgml($_[0], eval('sub { output "\n" unless $newline_last++; }')); 116 sgml($_[0], eval("sub { output \"\\n\" unless \$newline_last++; output '$s'; }")); 118 …sgml($_[0], eval("sub { output \"\\n\" unless \$newline_last; output '$s'; \$newline_last = 0; }")… 122 sgml($_[0], eval("sub { output '$s'; \$newline_last = 1; }")); 124 sgml($_[0], eval("sub { output '$s'; \$newline_last = 0; }")); 223 sgml('<REFENTRY>', sub { 248 sgml('</REFENTRY>', sub { [all …]
|
D | Makefile | 1 SGMLFILES=$(shell echo *.sgml) 2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html 3 MANFILES=$(subst .sgml,.8,$(SGMLFILES))
|
/external/elfutils/doc/ |
D | Makefile.am | 19 EXTRA_DIST = elfutils.sgml 29 $(srcdir)%.dvi: %.sgml 31 $(srcdir)%.pdf: %.sgml
|
D | ChangeLog | 3 * elfutils.sgml: Some typo fixes and a few extensions.
|
D | elfutils.sgml | 440 mode: sgml 441 sgml-omitag:nil 442 sgml-shorttag:t
|
/external/libxml2/ |
D | catalog.c | 165 xmlHashTablePtr sgml; member 429 ret->sgml = xmlHashCreate(10); in xmlCreateNewCatalog() 445 if (catal->sgml != NULL) in xmlFreeCatalog() 446 xmlHashFree(catal->sgml, xmlFreeCatalogEntry); in xmlFreeCatalog() 735 if ((entry == NULL) || (catal == NULL) || (catal->sgml == NULL) || in xmlCatalogConvertEntry() 767 xmlHashRemoveEntry(catal->sgml, entry->name, xmlFreeCatalogEntry); in xmlCatalogConvertEntry() 774 xmlHashRemoveEntry(catal->sgml, entry->name, NULL); in xmlCatalogConvertEntry() 807 xmlHashScan(catal->sgml, xmlCatalogConvertEntry, &catal); in xmlConvertSGMLCatalog() 2492 res = xmlHashAddEntry(catal->sgml, name, entry); in xmlParseSGMLCatalog() 2505 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog() [all …]
|
D | xmlcatalog.c | 34 static int sgml = 0; variable 217 if (sgml) { in usershell() 362 sgml++; in main() 374 if (sgml) in main() 393 if (sgml) in main() 403 if (i == argc || (sgml && i + 1 == argc)) { in main() 441 if (sgml) { in main() 595 if ((!sgml) && ((add) || (del) || (create) || (convert))) { in main()
|
D | Makefile.am | 691 sgml=$(srcdir)/test/catalogs/`basename $$i .script`.sgml; \ 692 if [ -f $$sgml ] ; then \ 695 … $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > $(srcdir)/result/catalogs/$$name ; \ 698 log=`$(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > result.$$name ; \
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | Makefile | 13 for i in $(FILES); do docbook2man $$i.sgml; done 16 for i in $(FILES); do docbook2html $$i.sgml && \ 20 for i in $(FILES); do docbook2pdf $$i.sgml; done
|
/external/e2fsprogs/ext2ed/ |
D | Makefile.in | 39 .SUFFIXES: .sgml .ps .pdf .html 41 .sgml.ps: 46 .sgml.pdf: 51 .sgml.html:
|
D | README | 73 Those documents are available in the doc directory, in linuxdoc-sgml and
|
/external/libxml2/test/catalogs/ |
D | catal.sgml | 1 CATALOG catal1.sgml 2 CATALOG catal2.sgml
|
D | catal1.sgml | 1 CATALOG catal3.sgml
|
/external/libxml2/doc/ |
D | buildDocBookCatalog | 206 finddbx /usr/share/sgml 273 found=`find /usr/share/sgml -name iso-amsb.ent` 373 found=`find /usr/share/sgml -name chunk.xsl`
|
/external/kmod/libkmod/docs/ |
D | .gitignore | 3 *.sgml
|
/external/python/cpython2/Tools/unicode/ |
D | Makefile | 35 $(RM) build/sgml.*
|
/external/python/cpython3/Tools/unicode/ |
D | Makefile | 35 $(RM) build/sgml.*
|
/external/libxml2/include/libxml/ |
D | catalog.h | 70 xmlNewCatalog (int sgml);
|
/external/libxml2/os400/ |
D | xmlcatalog.cmd | 22 SPCVAL((*XML '') (*SGML '--sgml')) +
|
/external/virglrenderer/ |
D | git.mk | 171 tmpl/$(DOC_MODULE)-unused.sgml \
|
/external/harfbuzz_ng/ |
D | git.mk | 214 tmpl/$(DOC_MODULE)-unused.sgml \
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | todo.txt | 26 - use doc/docbook/*.sgml and docbook2{txt,html,pdf} to replace README and
|
/external/libxml2/os400/libxmlrpg/ |
D | catalog.rpgle | 70 d sgml value like(xmlCint)
|
/external/ltp/doc/ |
D | ltp-howto.lyx | 5 <!entity header system "header.sgml"> 66 Send your derivative work (in the most suitable format such as sgml) to
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 195 application/sgml 196 application/sgml-open-catalog soc 1230 text/sgml sgml sgm
|
12