Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dchange.h83 bool ChangeSelectedViaLayers (int, int);
H A Dchange.c1727 ChangeSelectedViaLayers (int from, int to) in ChangeSelectedViaLayers() function
H A Daction.c8223 if (ChangeSelectedViaLayers (layer_from, layer_to)) in ActionSetViaLayers()