set_unwind_protect_ptr  497 src/charset.c    set_unwind_protect_ptr (count, fclose_unwind, fp);
set_unwind_protect_ptr 4212 src/editfns.c  	      set_unwind_protect_ptr (buf_save_value_index, xfree, buf);
set_unwind_protect_ptr 4598 src/lisp.h     extern void set_unwind_protect_ptr (specpdl_ref, void (*) (void *), void *);
set_unwind_protect_ptr 1529 src/lread.c          set_unwind_protect_ptr (fd_index, close_infile_unwind, infile);
set_unwind_protect_ptr 2608 src/lread.c        set_unwind_protect_ptr (count, xfree, p);
set_unwind_protect_ptr 3423 src/process.c        set_unwind_protect_ptr (count, xfree, sa);
set_unwind_protect_ptr 3534 src/sysdep.c   	  set_unwind_protect_ptr (specpdl_ref_add (count, 1), xfree, cmdline);
set_unwind_protect_ptr 3568 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 *);