Home
last modified time | relevance | path

Searched refs:besttech (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
4687 best = 0; besttech = NOTECHNOLOGY; in whattech()
4698 besttech = tech; in whattech()
4717 if (besttech == NOTECHNOLOGY) return(art_tech); in whattech()
4727 if (besttech == NOTECHNOLOGY) return(sch_tech); in whattech()
4741 if (besttech != NOTECHNOLOGY) rettech = besttech; else in whattech()