set_unwind_protect_ptr  498 src/charset.c    set_unwind_protect_ptr (count, fclose_unwind, fp);
set_unwind_protect_ptr 4220 src/editfns.c  	      set_unwind_protect_ptr (buf_save_value_index, xfree, buf);
set_unwind_protect_ptr 4605 src/lisp.h     extern void set_unwind_protect_ptr (specpdl_ref, void (*) (void *), void *);
set_unwind_protect_ptr 1733 src/lread.c          set_unwind_protect_ptr (fd_index, close_infile_unwind, infile);
set_unwind_protect_ptr 2855 src/lread.c        set_unwind_protect_ptr (count, xfree, p);
set_unwind_protect_ptr 3439 src/process.c        set_unwind_protect_ptr (count, xfree, sa);
set_unwind_protect_ptr 3782 src/sysdep.c   	  set_unwind_protect_ptr (specpdl_ref_add (count, 1), xfree, cmdline);
set_unwind_protect_ptr 3816 src/sysdep.c   	  set_unwind_protect_ptr (specpdl_ref_add (count, 1), xfree, cmdline);
set_unwind_protect_ptr 4032 test/manual/etags/c-src/emacs/src/lisp.h extern void set_unwind_protect_ptr (ptrdiff_t, void (*) (void *), void *);