Lines Matching full:catal
435 xmlCatalogPtr catal = NULL;
438 catal = xmlLoadSGMLSuperCatalog(argv[i + 1]);
442 if (catal == NULL)
443 catal = xmlNewCatalog(1);
444 xmlACatalogAdd(catal, BAD_CAST "CATALOG",
456 if (catal != NULL)
457 ret = xmlACatalogRemove(catal, BAD_CAST argv[i + 2]);
465 if ((!no_super_update) && (noout) && (catal != NULL) &&
466 (xmlCatalogIsEmpty(catal))) {
484 if (xmlCatalogIsEmpty(catal)) {
494 xmlACatalogDump(catal, out);
517 xmlACatalogDump(catal, stdout);