Lines Matching refs:sgml
34 static int sgml = 0;
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"))) {
359 sgml++;
371 if (sgml)
390 if (sgml)
400 if (i == argc || (sgml && i + 1 == argc)) {
431 if (sgml) {
433 * Maintenance of SGML catalogs.
585 if ((!sgml) && ((add) || (del) || (create) || (convert))) {