Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/misc/
H A Dcompensate.c588 HIGHLIGHT thishigh, otherhigh; in compen_examine() local
601 !us_makehighlight(((CHAR **)var->addr)[1], &otherhigh)) in compen_examine()
604 if ((thishigh.status&HIGHSNAP) != 0 && (otherhigh.status&HIGHSNAP) != 0) in compen_examine()
607 us_getsnappoint(&otherhigh, &p2x, &p2y); in compen_examine()
1730 HIGHLIGHT thishigh, otherhigh; in compen_connectpoints() local
1746 !us_makehighlight(((CHAR **)var->addr)[1], &otherhigh)) in compen_connectpoints()
1749 if ((thishigh.status&HIGHSNAP) != 0 && (otherhigh.status&HIGHSNAP) != 0) in compen_connectpoints()
1768 if (otherhigh.fromgeom == NOGEOM) vargds2 = vardxf2 = NOVARIABLE; else in compen_connectpoints()
1770 if (otherhigh.fromgeom->entryisnode) in compen_connectpoints()
1778 vargds2 = getvalkey((INTBIG)otherhigh.fromgeom->entryaddr.ai, VARCINST, in compen_connectpoints()
[all …]
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c1890 HIGHLIGHT thishigh, otherhigh; in us_move() local
2038 !us_makehighlight(((CHAR **)var->addr)[1], &otherhigh)) in us_move()
2041 if ((thishigh.status&HIGHSNAP) != 0 && (otherhigh.status&HIGHSNAP) != 0) in us_move()
2045 us_getsnappoint(&otherhigh, &p2x, &p2y); in us_move()
H A Dusrmisc.c2849 HIGHLIGHT thishigh, otherhigh; in us_dofillet() local
2873 us_makehighlight(((CHAR **)var->addr)[1], &otherhigh)) return; in us_dofillet()
2876 if ((thishigh.status&HIGHTYPE) != HIGHFROM || (otherhigh.status&HIGHTYPE) != HIGHFROM) in us_dofillet()
2882 if (!thishigh.fromgeom->entryisnode || !otherhigh.fromgeom->entryisnode) in us_dofillet()
2935 ni2 = otherhigh.fromgeom->entryaddr.ni; in us_dofillet()