OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sgml
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xmlcatalog.c
34
static int
sgml
= 0;
variable
46
#define XML_SGML_DEFAULT_CATALOG "/etc/
sgml
/catalog"
218
if (
sgml
) {
317
\t--
sgml
: handle
SGML
Super catalogs for --add and --del\n\
321
\t--add 'entry' : add an
SGML
entry\n", name);
326
\t and with --
sgml
it automatically updates the super catalog\n\
327
\t--no-super-update: do not update the
SGML
super catalog\n\
360
} else if ((!strcmp(argv[i], "-
sgml
")) ||
361
(!strcmp(argv[i], "--
sgml
"))) {
[
all
...]
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
...]
Completed in 39 milliseconds