Home
last modified time | relevance | path

Searched refs:cifGotLabels (Results 1 – 1 of 1) sorted by relevance

/dports/cad/magic/magic-8.3.245/cif/
H A DCIFtech.c51 static bool cifGotLabels; /* TRUE means some labels have been assigned variable
400 cifGotLabels = FALSE; in CIFTechStyleInit()
825 if ((cifCurOp == NULL) && (cifCurLayer != NULL) && !cifGotLabels)
847 cifGotLabels = FALSE;
902 cifGotLabels = TRUE;
1727 if ((cifCurLayer != NULL) && (cifCurOp == NULL) && !cifGotLabels) in CIFTechFinal()