Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:next_cluster

268     *next_cluster;
429 next_cluster=head;
430 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
432 next_cluster=cluster->next;
451 head=next_cluster;
453 last_cluster->next=next_cluster;
669 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
671 next_cluster=cluster->next;
951 *next_cluster;
1133 next_cluster=head;
1134 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
1136 next_cluster=cluster->next;
1155 head=next_cluster;
1157 last_cluster->next=next_cluster;
1194 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
1196 next_cluster=cluster->next;