ALLOCATE_PLAIN_PSEUDOVECTOR 3695 src/alloc.c      struct Lisp_Misc_Ptr *p = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Misc_Ptr,
ALLOCATE_PLAIN_PSEUDOVECTOR 3737 src/alloc.c      struct Lisp_Marker *p = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Marker,
ALLOCATE_PLAIN_PSEUDOVECTOR 3760 src/alloc.c      struct Lisp_Marker *m = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Marker,
ALLOCATE_PLAIN_PSEUDOVECTOR 3816 src/alloc.c        = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_User_Ptr, PVEC_USER_PTR);
ALLOCATE_PLAIN_PSEUDOVECTOR  102 src/bignum.c     struct Lisp_Bignum *b = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Bignum,
ALLOCATE_PLAIN_PSEUDOVECTOR  436 src/bignum.c     struct Lisp_Bignum *b = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Bignum,
ALLOCATE_PLAIN_PSEUDOVECTOR  446 src/emacs-module.c         = ALLOCATE_PLAIN_PSEUDOVECTOR (struct module_global_reference,
ALLOCATE_PLAIN_PSEUDOVECTOR  253 src/sqlite.c       = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Sqlite, PVEC_SQLITE);