Searched defs:sgml (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
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 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...]

Completed in 96 milliseconds