Lisp_User_Ptr     168 src/alloc.c      struct Lisp_User_Ptr Lisp_User_Ptr;
Lisp_User_Ptr    3376 src/alloc.c          struct Lisp_User_Ptr *uptr = PSEUDOVEC_STRUCT (vector, Lisp_User_Ptr);
Lisp_User_Ptr    4040 src/alloc.c      struct Lisp_User_Ptr *uptr
Lisp_User_Ptr    4041 src/alloc.c        = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_User_Ptr, PVEC_USER_PTR);
Lisp_User_Ptr    2757 src/lisp.h     INLINE struct Lisp_User_Ptr *
Lisp_User_Ptr    2761 src/lisp.h       return XUNTAG (a, Lisp_Vectorlike, struct Lisp_User_Ptr);