ALLOCATE_PLAIN_PSEUDOVECTOR 3920 src/alloc.c      struct Lisp_Misc_Ptr *p = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Misc_Ptr,
ALLOCATE_PLAIN_PSEUDOVECTOR 3962 src/alloc.c      struct Lisp_Marker *p = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Marker,
ALLOCATE_PLAIN_PSEUDOVECTOR 3985 src/alloc.c      struct Lisp_Marker *m = ALLOCATE_PLAIN_PSEUDOVECTOR (struct Lisp_Marker,
ALLOCATE_PLAIN_PSEUDOVECTOR 4041 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  449 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);