SCM_VMP            43 ext/threads/thrlib.c SCM_RESULT = SCM_VMP(obj);
SCM_VMP            58 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
SCM_VMP            78 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
SCM_VMP           100 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
SCM_VMP           150 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
SCM_VMP           211 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
SCM_VMP           243 ext/threads/thrlib.c   if (!SCM_VMP(vm_scm)) Scm_Error("thread required, but got %S", vm_scm);
SCM_VMP           366 ext/threads/thrlib.c   if (SCM_VMP(thread)) owner = SCM_VM(thread);
SCM_VMP           671 ext/threads/thrlib.c   if (!SCM_VMP(value)) Scm_Error("ScmVM* required, but got %S", value);
SCM_VMP           732 src/class.c        while (SCM_VMP(klass->redefined)) {
SCM_VMP          5342 src/extlib.c     else if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);
SCM_VMP          5367 src/extlib.c     else if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);
SCM_VMP          5391 src/extlib.c     else if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);
SCM_VMP          5411 src/extlib.c     if (!SCM_VMP(vm)) Scm_Error("VM object required, got %S", vm);