GC_all_nils       141 gc/headers.c       GC_all_nils = (bottom_index *)GC_scratch_alloc((word)sizeof(bottom_index));
GC_all_nils       142 gc/headers.c       BZERO(GC_all_nils, sizeof(bottom_index));
GC_all_nils       144 gc/headers.c           GC_top_index[i] = GC_all_nils;
GC_all_nils       166 gc/headers.c         while(p != GC_all_nils) {
GC_all_nils       176 gc/headers.c         if (GC_top_index[hi] != GC_all_nils) return(TRUE);
GC_all_nils       298 gc/headers.c       if (bi == GC_all_nils) {
GC_all_nils       335 gc/headers.c       if (bi == GC_all_nils) {
GC_all_nils       208 gc/include/private/gc_hdrs.h 	    while (_bi -> key != hi && _bi != GC_all_nils) \