ref                31 java/org/gnu/emacs/EmacsSurfaceView.java import java.lang.ref.WeakReference;
ref               300 src/android.h  #define ANDROID_DELETE_LOCAL_REF(ref)				\
ref               302 src/android.h  					(ref)))
ref               360 src/androidselect.c   specpdl_ref ref;
ref               408 src/androidselect.c   ref = SPECPDL_INDEX ();
ref               421 src/androidselect.c 	return unbind_to (ref, Qnil);
ref               424 src/androidselect.c       return unbind_to (ref, make_unibyte_string (buffer, rc));
ref               439 src/androidselect.c 	return unbind_to (ref, Qnil);
ref               451 src/androidselect.c 	return unbind_to (ref, Qnil);
ref               460 src/androidselect.c   return unbind_to (ref, make_unibyte_string (buffer, rc));
ref               439 src/emacs-module.c       struct module_global_reference *ref = XMODULE_GLOBAL_REFERENCE (value);
ref               440 src/emacs-module.c       bool overflow = ckd_add (&ref->refcount, ref->refcount, 1);
ref               444 src/emacs-module.c       return &ref->value;
ref               448 src/emacs-module.c       struct module_global_reference *ref
ref               451 src/emacs-module.c       ref->value.v = new_obj;
ref               452 src/emacs-module.c       ref->refcount = 1;
ref               454 src/emacs-module.c       XSETPSEUDOVECTOR (value, ref, PVEC_OTHER);
ref               457 src/emacs-module.c       return &ref->value;
ref               483 src/emacs-module.c       struct module_global_reference *ref = XMODULE_GLOBAL_REFERENCE (value);
ref               484 src/emacs-module.c       eassert (0 < ref->refcount);
ref               485 src/emacs-module.c       if (--ref->refcount == 0)
ref              2053 src/frame.c      specpdl_ref ref;
ref              2242 src/frame.c          ref = SPECPDL_INDEX ();
ref              2248 src/frame.c          unbind_to (ref, Qnil);
ref               273 src/haiku_select.cc   entry_ref ref;
ref               277 src/haiku_select.cc   rc = msg->FindRef (name, index, &ref);
ref               282 src/haiku_select.cc   rc = entry.SetTo (&ref, 0);
ref               384 src/haiku_select.cc   entry_ref ref;
ref               390 src/haiku_select.cc   if (entry.GetRef (&ref) != B_OK)
ref               393 src/haiku_select.cc   return msg->AddRef (name, &ref) != B_OK;
ref              3237 src/haiku_support.cc     entry_ref ref;
ref              3246 src/haiku_support.cc 	if (msg->FindRef ("refs", &ref) == B_OK
ref              3247 src/haiku_support.cc 	    && entry.SetTo (&ref, 0) == B_OK
ref              3255 src/haiku_support.cc 	else if (msg->FindRef ("directory", &ref) == B_OK
ref              3256 src/haiku_support.cc 		 && entry.SetTo (&ref, 0) == B_OK
ref              5338 src/haiku_support.cc   entry_ref ref;
ref              5354 src/haiku_support.cc   if (entry.GetRef (&ref) != B_OK)
ref              5358 src/haiku_support.cc     return be_roster->Launch (&ref, (BMessage *) message,
ref              5361 src/haiku_support.cc   return be_roster->Launch (&ref, (nargs > INT_MAX
ref               162 src/haikuselect.c   specpdl_ref ref;
ref               181 src/haikuselect.c       ref = SPECPDL_INDEX ();
ref               186 src/haikuselect.c       return unbind_to (ref, Qnil);
ref               473 src/haikuselect.c   specpdl_ref ref;
ref               535 src/haikuselect.c 	      ref = SPECPDL_INDEX ();
ref               550 src/haikuselect.c 	      unbind_to (ref, Qnil);
ref              3483 src/lisp.h     unwrap_specpdl_ref (specpdl_ref ref)
ref              3486 src/lisp.h       return ref.bytes;
ref              3488 src/lisp.h       return ref;
ref              3499 src/lisp.h     specpdl_ref_to_count (specpdl_ref ref)
ref              3501 src/lisp.h       return unwrap_specpdl_ref (ref) / sizeof (union specbinding);
ref              3519 src/lisp.h     specpdl_ref_valid_p (specpdl_ref ref)
ref              3521 src/lisp.h       return unwrap_specpdl_ref (ref) >= 0;
ref              3533 src/lisp.h     specpdl_ref_add (specpdl_ref ref, ptrdiff_t delta)
ref              3535 src/lisp.h       return wrap_specpdl_ref (unwrap_specpdl_ref (ref)
ref              3540 src/lisp.h     specpdl_ref_to_ptr (specpdl_ref ref)
ref              3542 src/lisp.h       return (union specbinding *)((char *)specpdl + unwrap_specpdl_ref (ref));
ref              12502 src/xterm.c      specpdl_ref ref, count, base;
ref              12889 src/xterm.c    		  ref = SPECPDL_INDEX ();
ref              12894 src/xterm.c    		  unbind_to (ref, Qnil);
ref              12923 src/xterm.c    		  ref = SPECPDL_INDEX ();
ref              12931 src/xterm.c    		  unbind_to (ref, Qnil);
ref              12963 src/xterm.c    	      ref = SPECPDL_INDEX ();
ref              12967 src/xterm.c    	      unbind_to (ref, Qnil);
ref              12990 src/xterm.c    	      ref = SPECPDL_INDEX ();
ref              13019 src/xterm.c    	      unbind_to (ref, Qnil);
ref                66 test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp typedef ref<FooOne, 10,FooTwo> Test;
ref                72 test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp   ref<FooOne, 10, FooTwo> v;
ref                92 test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp   ref<FooOne, 10, FooThree> v2;
ref                99 test/lisp/cedet/semantic-utest-ia-resources/testtemplates.cpp   NS::ref<FooOne, 10, FooTwo> v3;