Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrhigh.c59 static BOOLEAN us_geommatchestype(GEOM *geom, INTBIG type);
888 if (us_geommatchestype(high.fromgeom, type)) total++; in us_gethighlighted()
896 if (!us_geommatchestype(geom, type)) continue; in us_gethighlighted()
931 if (us_geommatchestype(high.fromgeom, type)) in us_gethighlighted()
947 if (!us_geommatchestype(geom, type)) continue; in us_gethighlighted()
1106 BOOLEAN us_geommatchestype(GEOM *geom, INTBIG type) in us_geommatchestype() function