Lines Matching refs:head
264 *head,
299 head=(Cluster *) NULL;
314 if (head != (Cluster *) NULL)
323 head=cluster;
339 if (head == (Cluster *) NULL)
356 head=cluster;
378 for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
426 last_cluster=head;
427 next_cluster=head;
428 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
448 if (cluster == head)
449 head=next_cluster;
473 for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
482 for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
498 for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
527 for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
570 for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
667 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
947 *head,
1015 head=(Cluster *) NULL;
1030 if (head != (Cluster *) NULL)
1039 head=cluster;
1059 if (head == (Cluster *) NULL)
1079 head=cluster;
1092 for (cluster=head; cluster != (Cluster *) NULL; cluster=cluster->next)
1130 last_cluster=head;
1131 next_cluster=head;
1132 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
1152 if (cluster == head)
1153 head=next_cluster;
1158 object=head;
1159 background=head;
1162 object=head->next;
1169 background=head->next;
1192 for (cluster=head; cluster != (Cluster *) NULL; cluster=next_cluster)
1355 *head,
1397 head=list[j];
1398 left=head->left;
1399 node=head;
1400 for (k=head->left+1; k < head->right; k++)
1404 if (node == head)
1424 if (left != head->left)
1433 node->right=head->right;