Home
last modified time | relevance | path

Searched refs:survives_p (Results 1 – 2 of 2) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dalloc.c6682 bool survives_p; in survives_gc_p() local
6687 survives_p = true; in survives_gc_p()
6691 survives_p = symbol_marked_p (XSYMBOL (obj)); in survives_gc_p()
6695 survives_p = string_marked_p (XSTRING (obj)); in survives_gc_p()
6699 survives_p = SUBRP (obj) || vector_marked_p (XVECTOR (obj)); in survives_gc_p()
6703 survives_p = cons_marked_p (XCONS (obj)); in survives_gc_p()
6707 survives_p = in survives_gc_p()
6716 return survives_p || PURE_P (XPNTR (obj)); in survives_gc_p()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dalloc.c6931 bool survives_p; in survives_gc_p() local
6936 survives_p = true; in survives_gc_p()
6940 survives_p = symbol_marked_p (XSYMBOL (obj)); in survives_gc_p()
6944 survives_p = string_marked_p (XSTRING (obj)); in survives_gc_p()
6948 survives_p = in survives_gc_p()
6954 survives_p = cons_marked_p (XCONS (obj)); in survives_gc_p()
6958 survives_p = in survives_gc_p()
6967 return survives_p || PURE_P (XPNTR (obj)); in survives_gc_p()