Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c47 static TECHNOLOGY *db_3dcurtech = NOTECHNOLOGY; /* technology whose height/thickness is cached */ variable
2587 if (tech != db_3dcurtech) in get3dfactors()
2589 db_3dcurtech = tech; in get3dfactors()
2590 varh = getvalkey((INTBIG)db_3dcurtech, VTECHNOLOGY, -1, db_techlayer3dheightkey); in get3dfactors()
2591 vart = getvalkey((INTBIG)db_3dcurtech, VTECHNOLOGY, -1, db_techlayer3dthicknesskey); in get3dfactors()
2594 db_3dcurtech = NOTECHNOLOGY; in get3dfactors()
2631 db_3dcurtech = NOTECHNOLOGY; in set3dheight()
2638 db_3dcurtech = NOTECHNOLOGY; in set3dthickness()