Home
last modified time | relevance | path

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

12

/external/iputils/doc/
Ddocbook2man-spec.pl71 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'; }"));
118sgml($_[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 …]
DMakefile1 SGMLFILES=$(shell echo *.sgml)
2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html
3 MANFILES=$(subst .sgml,.8,$(SGMLFILES))
/external/iproute2/doc/
DMakefile16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
34 %.dvi: %.sgml
55 %.html: %.sgml
60 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
DMakefile13 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/libxml2/
Dcatalog.c165 xmlHashTablePtr sgml; member
426 ret->sgml = xmlHashCreate(10); in xmlCreateNewCatalog()
442 if (catal->sgml != NULL) in xmlFreeCatalog()
443 xmlHashFree(catal->sgml, in xmlFreeCatalog()
727 if ((entry == NULL) || (catal == NULL) || (catal->sgml == NULL) || in xmlCatalogConvertEntry()
759 xmlHashRemoveEntry(catal->sgml, entry->name, in xmlCatalogConvertEntry()
767 xmlHashRemoveEntry(catal->sgml, entry->name, NULL); in xmlCatalogConvertEntry()
800 xmlHashScan(catal->sgml, in xmlConvertSGMLCatalog()
2481 res = xmlHashAddEntry(catal->sgml, name, entry); in xmlParseSGMLCatalog()
2494 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog()
[all …]
Dxmlcatalog.c34 static int sgml = 0; variable
215 if (sgml) { in usershell()
359 sgml++; in main()
371 if (sgml) in main()
390 if (sgml) in main()
400 if (i == argc || (sgml && i + 1 == argc)) { in main()
431 if (sgml) { in main()
585 if ((!sgml) && ((add) || (del) || (create) || (convert))) { in main()
/external/chromium_org/third_party/libxml/src/
Dcatalog.c161 xmlHashTablePtr sgml; member
422 ret->sgml = xmlHashCreate(10); in xmlCreateNewCatalog()
438 if (catal->sgml != NULL) in xmlFreeCatalog()
439 xmlHashFree(catal->sgml, in xmlFreeCatalog()
723 if ((entry == NULL) || (catal == NULL) || (catal->sgml == NULL) || in xmlCatalogConvertEntry()
755 xmlHashRemoveEntry(catal->sgml, entry->name, in xmlCatalogConvertEntry()
763 xmlHashRemoveEntry(catal->sgml, entry->name, NULL); in xmlCatalogConvertEntry()
796 xmlHashScan(catal->sgml, in xmlConvertSGMLCatalog()
2485 res = xmlHashAddEntry(catal->sgml, name, entry); in xmlParseSGMLCatalog()
2498 res = xmlHashAddEntry(catal->sgml, sysid, entry); in xmlParseSGMLCatalog()
[all …]
Dxmlcatalog.c34 static int sgml = 0; variable
215 if (sgml) { in usershell()
359 sgml++; in main()
371 if (sgml) in main()
390 if (sgml) in main()
400 if (i == argc || (sgml && i + 1 == argc)) { in main()
431 if (sgml) { in main()
585 if ((!sgml) && ((add) || (del) || (create) || (convert))) { in main()
/external/e2fsprogs/ext2ed/
DMakefile.in38 .SUFFIXES: .sgml .ps .pdf .html
40 .sgml.ps:
45 .sgml.pdf:
50 .sgml.html:
DREADME73 Those documents are available in the doc directory, in linuxdoc-sgml and
/external/expat/doc/
Dxmlwf.sgml4 page: `docbook-to-man manpage.sgml > manpage.1'. You may view
5 the manual page with: `docbook-to-man manpage.sgml | nroff -man |
8 manpage.1: manpage.sgml
455 mode: sgml
456 sgml-omittag:t
457 sgml-shorttag:t
458 sgml-minimize-attributes:nil
459 sgml-always-quote-attributes:t
460 sgml-indent-step:2
461 sgml-indent-data:t
[all …]
/external/oprofile/
DChangeLog-200134 * doc/oprofile.sgml:
55 * doc/oprofile.sgml:
95 * doc/oprofile.sgml: remove mention about oprof-thread
107 * doc/oprofile.sgml: add support for --exclude-symbol
121 * doc/oprfile.sgml: handle and document above
189 * doc/oprofile.sgml: document samples files backup
283 * doc/oprofile.sgml: reflect it
303 * doc/oprofile.sgml:
325 * doc/oprofile.sgml: typo
364 * doc/oprofile.sgml:
[all …]
DChangeLog-20023165 * doc/oprofile.sgml:
3265 * doc/oprofile.sgml: allow reverse sort in all case
3342 * doc/oprofile.sgml: some laptops have a usable local APIC
3393 * doc/oprofile.sgml: clarify problem about sparse
3402 * doc/oprofile.sgml: update option for op_time
3479 * doc/oprofile.sgml: document it
3499 * doc/oprofile.sgml:
3529 * doc/oprofile.sgml: document --output-format
3570 * doc/oprofile.sgml: document that
3587 * doc/oprofile.sgml: document post-profile tools commons options
[all …]
/external/oprofile/m4/
Ddocbook.m47 for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/;
/external/libxml2/include/libxml/
Dcatalog.h70 xmlNewCatalog (int sgml);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dcatalog.h70 xmlNewCatalog (int sgml);
/external/chromium_org/tools/python/google/httpd_config/
Dmime.types84 application/sgml
85 application/sgml-open-catalog
543 text/sgml sgml sgm
/external/harfbuzz_ng/
Dgit.mk165 tmpl/$(DOC_MODULE)-unused.sgml \
/external/chromium_org/third_party/expat/files/
DMANIFEST47 doc/xmlwf.sgml
DChanges11 #2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.
/external/valgrind/main/docs/
DMakefile.am121 /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
DMakefile.in295 /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
/external/wpa_supplicant_8/wpa_supplicant/
Dtodo.txt29 - use doc/docbook/*.sgml and docbook2{txt,html,pdf} to replace README and
/external/expat/
DChanges11 #2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.
/external/iputils/
DRELNOTES268 tracepath: Fix some small typos in tracepath.sgml.
397 * arping.sgml, some options were forgotten.

12