dceconstraints.c#233 NClist* cat = nclistnew(); #242 nclistsetalloc(cat,nclistlength(dst)+nclistlength(src)); #245 nclistpush(cat,(void*)p); #249 nclistpush(cat,(void*)dceclone((DCEnode*)p)); #258 while(nclistlength(cat) > 0) { #259 DCEprojection* target = (DCEprojection*)nclistremove(cat,0); #262 for(i=0;i<nclistlength(cat);i++) { #263 DCEprojection* p2 = (DCEprojection*)nclistget(cat,i); #271 nclistset(cat,i,(void*)NULL); #277 nclistfree(cat); util.c#480 char* cat; #484 cat = poolalloc(len1+len2+1); #485 cat[0] = '\0'; #486 if(s1 != NULL) strcat(cat,s1); #487 if(s2 != NULL) strcat(cat,s2); #488 return cat;
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed