Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c85 static INTBIG us_3dpolytotal = 0; variable
137 for(i=0; i<us_3dpolytotal; i++) in us_freewindowmemory()
148 if (us_3dpolytotal > 0) in us_freewindowmemory()
2338 if (us_3dpolycount >= us_3dpolytotal) in us_3dgetnextpoly()
2340 newtotal = us_3dpolytotal * 2; in us_3dgetnextpoly()
2345 for(i=0; i<us_3dpolytotal; i++) in us_3dgetnextpoly()
2347 for(i=us_3dpolytotal; i<newtotal; i++) in us_3dgetnextpoly()
2353 if (us_3dpolytotal > 0) efree((CHAR *)us_3dpolylist); in us_3dgetnextpoly()
2355 us_3dpolytotal = newtotal; in us_3dgetnextpoly()