Lines Matching defs:catal
436 xmlCatalogPtr catal = NULL;
439 catal = xmlLoadSGMLSuperCatalog(argv[i + 1]);
443 if (catal == NULL)
444 catal = xmlNewCatalog(1);
445 xmlACatalogAdd(catal, BAD_CAST "CATALOG",
457 if (catal != NULL)
458 ret = xmlACatalogRemove(catal, BAD_CAST argv[i + 2]);
466 if ((!no_super_update) && (noout) && (catal != NULL) &&
467 (xmlCatalogIsEmpty(catal))) {
485 if (xmlCatalogIsEmpty(catal)) {
495 xmlACatalogDump(catal, out);
518 xmlACatalogDump(catal, stdout);