Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/net/
H A Dnetflat.c1981 #define NOTRANMODEL ((TRANMODEL *)-1) macro
1990 static TRANMODEL *net_firsttranmodel = NOTRANMODEL;
2032 for(tm = net_firsttranmodel; tm != NOTRANMODEL; tm = tm->nexttranmodel) in net_getfunction()
2034 if (tm == NOTRANMODEL) in net_getfunction()