Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c4640 REGISTER TECHNOLOGY *tech, *besttech, *bestlayouttech, *rettech; in whattech() local
4720 rettech = art_tech; in whattech()
4730 rettech = sch_tech; in whattech()
4734 rettech = el_curlayouttech; in whattech()
4738 if (bestlayouttech != NOTECHNOLOGY) rettech = bestlayouttech; else in whattech()
4741 if (besttech != NOTECHNOLOGY) rettech = besttech; else in whattech()
4749 rettech = cv->tech; in whattech()
4772 rettech = tech; in whattech()
4778 if (foundicons) rettech = sch_tech; in whattech()
4786 return(rettech); in whattech()