Scm_GetbUnsafe   1137 src/port.c             c = Scm_GetbUnsafe(data->source);
Scm_GetbUnsafe    448 src/portapi.c  int Scm_GetbUnsafe(ScmPort *p)
Scm_GetbUnsafe    453 src/portapi.c      SHORTCUT(p, return Scm_GetbUnsafe(p));
Scm_GetbUnsafe    763 src/portapi.c      b1 = Scm_GetbUnsafe(p);
Scm_GetbUnsafe    769 src/portapi.c              b2 = Scm_GetbUnsafe(p);
Scm_GetbUnsafe    775 src/portapi.c          b1 = Scm_GetbUnsafe(p);
Scm_GetbUnsafe    384 src/read.c                     c = Scm_GetbUnsafe(port);
Scm_GetbUnsafe    682 src/read.c                 if (incompletep) c = Scm_GetbUnsafe(port);
Scm_GetbUnsafe    686 src/read.c                     if (incompletep) c = Scm_GetbUnsafe(port);
Scm_GetbUnsafe    710 src/read.c         if (incompletep) { var = Scm_GetbUnsafe(port); }    \