Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/scripts/
H A Dmisc.tcl1353 proc replaceSwitchValue {cmd sname value} { procedure
1367 set upcommand [replaceSwitchValue $upcommand -min $min]
1368 set dncommand [replaceSwitchValue $dncommand -min $min]
1371 set upcommand [replaceSwitchValue $upcommand -max $max]
1372 set dncommand [replaceSwitchValue $dncommand -max $max]
1375 set upcommand [replaceSwitchValue $upcommand -delta $delta]
1376 set dncommand [replaceSwitchValue $dncommand -delta [expr -$delta]]