all              1314 gc/include/private/gc_priv.h   void GC_push_conditional GC_PROTO((ptr_t b, ptr_t t, GC_bool all));
all              1316 gc/include/private/gc_priv.h # define GC_push_conditional(b, t, all) GC_push_all(b, t)
all              1348 gc/include/private/gc_priv.h void GC_push_roots GC_PROTO((GC_bool all, ptr_t cold_gc_frame));
all              1283 gc/mark.c      void GC_push_conditional(bottom, top, all)
all              1286 gc/mark.c      int all;
all              1288 gc/mark.c          if (all) {
all               460 gc/mark_rts.c  void GC_push_conditional_with_exclusions(bottom, top, all)
all               463 gc/mark_rts.c  int all;
all               471 gc/mark_rts.c  	    GC_push_conditional(bottom, top, all);
all               474 gc/mark_rts.c  	if (excl_start > bottom) GC_push_conditional(bottom, excl_start, all);
all               571 gc/mark_rts.c  void GC_push_roots(all, cold_gc_frame)
all               572 gc/mark_rts.c  GC_bool all;
all               595 gc/mark_rts.c  			     GC_static_roots[i].r_end, all);