Lines Matching full:overlay_list
7328 struct overlay_list {
7329 struct overlay_list *next;
7333 static struct overlay_list *overlay_list;
7356 struct overlay_list *n;
7365 if (overlay_list == NULL)
7369 n = (struct overlay_list *) xmalloc (sizeof *n);
7371 n->next = overlay_list;
7372 overlay_list = n;
7442 struct overlay_list *l;
7453 if (overlay_list != NULL)
7455 overlay_list->os->update_dot = 1;
7456 overlay_list->os->update_dot_tree
7460 l = overlay_list;
7463 struct overlay_list *next;
7502 overlay_list = NULL;