unwrap_specpdl_ref 3501 src/lisp.h       return unwrap_specpdl_ref (ref) / sizeof (union specbinding);
unwrap_specpdl_ref 3508 src/lisp.h       return unwrap_specpdl_ref (a) == unwrap_specpdl_ref (b);
unwrap_specpdl_ref 3515 src/lisp.h       return unwrap_specpdl_ref (a) < unwrap_specpdl_ref (b);
unwrap_specpdl_ref 3521 src/lisp.h       return unwrap_specpdl_ref (ref) >= 0;
unwrap_specpdl_ref 3535 src/lisp.h       return wrap_specpdl_ref (unwrap_specpdl_ref (ref)
unwrap_specpdl_ref 3542 src/lisp.h       return (union specbinding *)((char *)specpdl + unwrap_specpdl_ref (ref));