global_list       604 gc.c               struct gc_list *global_list;
global_list       739 gc.c           #define global_list		objspace->global_list
global_list      1330 gc.c               if (global_list) {
global_list      1332 gc.c           	for (list = global_list; list; list = next) {
global_list      4710 gc.c               for (list = global_list; list; list = list->next) {
global_list      6116 gc.c               tmp->next = global_list;
global_list      6118 gc.c               global_list = tmp;
global_list      6125 gc.c               struct gc_list *tmp = global_list;
global_list      6128 gc.c           	global_list = tmp->next;