Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dselection.c595 void makerefcycle(pointselect *cycptr, short cycle) in makerefcycle() function
729 makerefcycle(*cycptr, fcycle->number); in advancecycle()
H A Devents.c1336 makerefcycle(thispoly->cycle, cycle); in nextpathcycle()
1349 makerefcycle(thisspline->cycle, cycle); in nextpathcycle()
3578 makerefcycle(lastpoly->cycle, mincycle); in pathedit()
3585 makerefcycle(lastspline->cycle, mincycle); in pathedit()
3613 makerefcycle(lastpoly->cycle, cycle); in pathedit()
3648 makerefcycle(lastspline->cycle, cycle); in pathedit()
H A Dprototypes.h938 extern void makerefcycle(pointselect *, short);
H A Delements.c1139 makerefcycle((*newspline)->cycle, 3); in splinebutton()