/external/iputils/doc/ |
docbook2man-spec.pl | 10 nsgmls some-docbook-document.sgml | sgmlspl docbook2man-spec.pl 21 Trying docbook2man on non-DocBook or non-conformant SGML results in 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; }")) [all...] |
Makefile | 1 SGMLFILES=$(shell echo *.sgml) 2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html 3 MANFILES=$(subst .sgml,.8,$(SGMLFILES))
|
/external/iproute2/doc/ |
Makefile | 16 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/ |
Makefile | 12 for i in $(FILES); do docbook2man $$i.sgml; done 15 for i in $(FILES); do docbook2html $$i.sgml && \ 19 for i in $(FILES); do docbook2pdf $$i.sgml; done
|
/external/chromium_org/third_party/libxml/src/ |
catalog.c | 4 * Reference: SGML Open Technical Resolution TR9401:1997. 74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog" 151 xmlCatalogType type; /* either XML or SGML */ 154 * SGML Catalogs are stored as a simple hash table of catalog entries 156 * SGML catalog 161 xmlHashTablePtr sgml; member in struct:_xmlCatalog 265 * SGML catalogs, but the acceptable types values differs. 403 * SGML catalogs, but the acceptable types values differs. 422 ret->sgml = xmlHashCreate(10); 438 if (catal->sgml != NULL 2796 const xmlChar *sgml; local 2831 const xmlChar *sgml; local 2878 const xmlChar *sgml; local 2913 const xmlChar *sgml; local [all...] |
xmlcatalog.c | 34 static int sgml = 0; variable 46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog" 215 if (sgml) { 314 \t--sgml : handle SGML Super catalogs for --add and --del\n\ 318 \t--add 'entry' : add an SGML entry\n", name); 323 \t and with --sgml it automatically updates the super catalog\n\ 324 \t--no-super-update: do not update the SGML super catalog\n\ 357 } else if ((!strcmp(argv[i], "-sgml")) || 358 (!strcmp(argv[i], "--sgml"))) { [all...] |
/external/libxml2/ |
catalog.c | 4 * Reference: SGML Open Technical Resolution TR9401:1997. 74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog" 151 xmlCatalogType type; /* either XML or SGML */ 154 * SGML Catalogs are stored as a simple hash table of catalog entries 156 * SGML catalog 161 xmlHashTablePtr sgml; member in struct:_xmlCatalog 265 * SGML catalogs, but the acceptable types values differs. 403 * SGML catalogs, but the acceptable types values differs. 422 ret->sgml = xmlHashCreate(10); 438 if (catal->sgml != NULL 2793 const xmlChar *sgml; local 2828 const xmlChar *sgml; local 2875 const xmlChar *sgml; local 2910 const xmlChar *sgml; local [all...] |
xmlcatalog.c | 34 static int sgml = 0; variable 46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog" 215 if (sgml) { 314 \t--sgml : handle SGML Super catalogs for --add and --del\n\ 318 \t--add 'entry' : add an SGML entry\n", name); 323 \t and with --sgml it automatically updates the super catalog\n\ 324 \t--no-super-update: do not update the SGML super catalog\n\ 357 } else if ((!strcmp(argv[i], "-sgml")) || 358 (!strcmp(argv[i], "--sgml"))) { [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
catalog.h | 4 * XML Catalogs and SGML catalogs 6 * SGML Open Technical Resolution TR9401:1997. 70 xmlNewCatalog (int sgml);
|
/external/libxml2/include/libxml/ |
catalog.h | 4 * XML Catalogs and SGML catalogs 6 * SGML Open Technical Resolution TR9401:1997. 70 xmlNewCatalog (int sgml);
|
/external/harfbuzz_ng/ |
git.mk | 153 tmpl/$(DOC_MODULE)-unused.sgml \
|
/dalvik/docs/ |
prettify.js | 162 /** token style for an sgml tag. */ 168 /** token style for an sgml attribute name. */ 170 /** token style for an sgml attribute value. */ [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 165 /** token style for an sgml tag. */ 171 /** token style for an sgml attribute name. */ 173 /** token style for an sgml attribute value. */ [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
android_3p-bundle.js | 165 /** token style for an sgml tag. */ 171 /** token style for an sgml attribute name. */ 173 /** token style for an sgml attribute value. */ [all...] |