Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:next_cluster

266     *next_cluster;
427 next_cluster=head;
428 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
430 next_cluster=cluster->next;
449 head=next_cluster;
451 last_cluster->next=next_cluster;
667 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
669 next_cluster=cluster->next;
949 *next_cluster;
1131 next_cluster=head;
1132 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
1134 next_cluster=cluster->next;
1153 head=next_cluster;
1155 last_cluster->next=next_cluster;
1192 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
1194 next_cluster=cluster->next;