debian man page for incatalogdelete

Query: incatalogdelete

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

INCATALOGDELETE(3)					       MBK UTILITY FUNCTIONS						INCATALOGDELETE(3)

NAME
incatalogdelete - test if cell belongs to the catalog file
ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr
SYNOPSYS
#include "mut.h" int incatalogdelete(figname) char *figname;
PARAMETER
figname Name of the cell to be checked
DESCRIPTION
incatalogdelete checks a cell represented by its figname beeing present in the catalog file with the 'D' attribut. This means that the cell is to be deleted from the catalog. incatalogdelete returns 0 if the cell does not belong to the catalog with the 'D' attribut, 1 if it does. The catalog is the sum of all the catalogs of the cells libraries specified in the MBK_CATA_LIB(1) and MBK_WORK_LIB(1). The catalogs of the MBK_CATA_LIB(1) are the files called CATAL, and the MBK_WORK_LIB(1) is by default CATAL but can be changed to MBK_CATAL_NAME(1).
RETURN VALUE
incatalogdelete returns 0 if the cell does not belong to the catalog with the 'D' attribut, a value different from 0 if it does.
EXAMPLE
#include "mut.h" char *tell_if_incatalogdelete(name) char *name; { return incatalogdelete(name) ? "Not checked for catalog" : "Checked"; }
SEE ALSO
mbk(1), incatalog(3), incatalogfeed(3). incataloggds(3).
BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.
ASIM
/LIP6 October 1, 1997 INCATALOGDELETE(3)
Related Man Pages
catal(5) - suse
catal(5) - opendarwin
catal(5) - osx
catal(5) - xfree86
catal(5) - redhat
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph