Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dmenus.h203 {"Manhattan Draw", action(toggle, offset(manhatn))},
H A Delements.c1469 if (areawin->manhatn && (newwire->number == 2)) in trackwire()
1475 if (areawin->manhatn && (newwire->number > 2)) in trackwire()
2261 if (areawin->manhatn) manhattanize(&userpt, newwire, -1, TRUE); in wire_op()
H A Dxcircuit.h1452 Boolean manhatn; member
H A Dxcircuit.c1261 newwindow->manhatn = False; in create_new_window()
H A Dtclxcircuit.c6945 Tcl_SetResult(interp, (areawin->manhatn) ? "true" : "false", NULL); in xctcl_config()
6950 areawin->manhatn = (Boolean) tmpint; in xctcl_config()
H A Devents.c5462 if (areawin->manhatn) in placeselects()