getb_proc          69 ext/vport/vport.c     ScmObj getb_proc;           /* () -> Maybe Byte   */
getb_proc          89 ext/vport/vport.c     if (SCM_FALSEP(data->getb_proc)) {
getb_proc         113 ext/vport/vport.c         ScmObj b = Scm_Apply(data->getb_proc, SCM_NIL);
getb_proc         134 ext/vport/vport.c         if (SCM_FALSEP(data->getb_proc)) return EOF;
getb_proc         135 ext/vport/vport.c         b = Scm_Apply(data->getb_proc, SCM_NIL);
getb_proc         140 ext/vport/vport.c             b = Scm_Apply(data->getb_proc, SCM_NIL);
getb_proc         365 ext/vport/vport.c     data->getb_proc = SCM_FALSE;