Home | History | Annotate | Download | only in libxml2

Lines Matching full:sgml

34 static int sgml = 0;
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
217 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"))) {
362 sgml++;
374 if (sgml)
393 if (sgml)
403 if (i == argc || (sgml && i + 1 == argc)) {
441 if (sgml) {
443 * Maintenance of SGML catalogs.
595 if ((!sgml) && ((add) || (del) || (create) || (convert))) {