Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dau/
H A Ddau.h72 static inline int Dau_DsdIsVar( char * p ) { if ( *p == '!' ) p++; return *p >= 'a' && *p <= 'z'… in Dau_DsdIsVar() function
H A DdauTree.c609 else if ( Dau_DsdIsVar(pDsd) ) in Dss_NtkCreate()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifDsd.c1727 else if ( Dau_DsdIsVar(pDsd) ) in If_DsdManAddDsd()