Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrhigh.c145 HIGHLIGHT oldhigh; in us_addhighlight() local
177 if (oldhigh.cell != thishigh->cell) continue; in us_addhighlight()
178 if ((oldhigh.status&HIGHTYPE) == HIGHLINE || (oldhigh.status&HIGHTYPE) == HIGHBBOX) in us_addhighlight()
180 if (oldhigh.stalx != thishigh->stalx || oldhigh.stahx != thishigh->stahx || in us_addhighlight()
181 oldhigh.staly != thishigh->staly || oldhigh.stahy != thishigh->stahy) continue; in us_addhighlight()
185 if ((oldhigh.status&HIGHTYPE) == HIGHTEXT) in us_addhighlight()
247 HIGHLIGHT oldhigh; in us_delhighlight() local
260 if ((oldhigh.status&HIGHTYPE) == HIGHLINE || (oldhigh.status&HIGHTYPE) == HIGHBBOX) in us_delhighlight()
262 if (oldhigh.stalx != thishigh->stalx || oldhigh.stahx != thishigh->stahx || in us_delhighlight()
263 oldhigh.staly != thishigh->staly || oldhigh.stahy != thishigh->stahy) continue; in us_delhighlight()
[all …]
H A Dusrtrack.c925 HIGHLIGHT newhigh, oldhigh; in us_finddoibegin() local
1062 if (oldhigh.cell != newhigh.cell) continue; in us_finddoibegin()
1064 if (oldhigh.fromgeom != newhigh.fromgeom) continue; in us_finddoibegin()
1065 if ((oldhigh.status&HIGHTYPE) == HIGHTEXT) in us_finddoibegin()
1067 if (oldhigh.fromvar != newhigh.fromvar) continue; in us_finddoibegin()
1069 oldhigh.fromport != newhigh.fromport) continue; in us_finddoibegin()
1194 HIGHLIGHT newhigh, oldhigh; in us_findiup() local
1285 if (oldhigh.cell != newhigh.cell) continue; in us_findiup()
1287 if ((oldhigh.status&HIGHTYPE) == HIGHFROM) in us_findiup()
1290 } else if ((oldhigh.status&HIGHTYPE) == HIGHTEXT) in us_findiup()
[all …]