Searched refs:sgml (Results 1 - 13 of 13) sorted by relevance

/external/iputils/doc/
H A Ddocbook2man-spec.pl10 nsgmls some-docbook-document.sgml | sgmlspl docbook2man-spec.pl
71 sgml('start', sub {
80 sgml('end', sub {
96 # Our own version of sgml() and output() to allow simple string output
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(
[all...]
H A DMakefile1 SGMLFILES=$(shell echo *.sgml)
2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html
3 MANFILES=$(subst .sgml,.8,$(SGMLFILES))
/external/elfutils/doc/
H A DMakefile.am19 EXTRA_DIST = elfutils.sgml
29 $(srcdir)%.dvi: %.sgml
31 $(srcdir)%.pdf: %.sgml
/external/iproute2/doc/
H A DMakefile16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
34 %.tex: %.sgml
37 %.dvi: %.sgml
65 %.html: %.sgml
70 install -m 0644 $(shell echo *.sgml) $(DESTDIR)$(DOCDIR)
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A 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/e2fsprogs/ext2ed/
H A DMakefile.in39 .SUFFIXES: .sgml .ps .pdf .html
41 .sgml.ps:
44 -mv `echo $< | sed -e 's/.sgml$$/.ps/'` $@
46 .sgml.pdf:
49 -mv `echo $< | sed -e 's/.sgml$$/.pdf/'` $@
51 .sgml.html:
54 -mv `echo $< | sed -e 's/.sgml$$/.html/'` $@
/external/libxml2/
H A Dcatalog.c76 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
165 xmlHashTablePtr sgml; member in struct:_xmlCatalog
426 ret->sgml = xmlHashCreate(10);
442 if (catal->sgml != NULL)
443 xmlHashFree(catal->sgml,
727 if ((entry == NULL) || (catal == NULL) || (catal->sgml == NULL) ||
759 xmlHashRemoveEntry(catal->sgml, entry->name,
767 xmlHashRemoveEntry(catal->sgml, entry->name, NULL);
800 xmlHashScan(catal->sgml,
2486 res = xmlHashAddEntry(catal->sgml, nam
2797 const xmlChar *sgml; local
2832 const xmlChar *sgml; local
2879 const xmlChar *sgml; local
2914 const xmlChar *sgml; local
3021 xmlNewCatalog(int sgml) argument
[all...]
H A Dxmlcatalog.c34 static int sgml = 0; variable
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
217 if (sgml) {
316 \t--sgml : handle SGML Super catalogs for --add and --del\n\
325 \t and with --sgml it automatically updates the super catalog\n\
359 } else if ((!strcmp(argv[i], "-sgml")) ||
360 (!strcmp(argv[i], "--sgml"))) {
361 sgml++;
373 if (sgml)
392 if (sgml)
[all...]
H A DMakefile.am667 sgml=$(srcdir)/test/catalogs/`basename $$i .script`.sgml; \
668 if [ -f $$sgml ] ; then \
671 $(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > $(srcdir)/result/catalogs/$$name ; \
674 log=`$(CHECKER) $(top_builddir)/xmlcatalog --shell $$sgml < $$i > result.$$name ; \
/external/libxml2/doc/
H A DbuildDocBookCatalog206 finddbx /usr/share/sgml
273 found=`find /usr/share/sgml -name iso-amsb.ent`
373 found=`find /usr/share/sgml -name chunk.xsl`
/external/python/cpython2/Tools/unicode/
H A DMakefile35 $(RM) build/sgml.*
/external/libxml2/include/libxml/
H A Dcatalog.h70 xmlNewCatalog (int sgml);
/external/harfbuzz_ng/
H A Dgit.mk172 tmpl/$(DOC_MODULE)-unused.sgml \

Completed in 567 milliseconds