SEEK_CUR         6049 src/extlib.c     Scm_DefineConst(module, SCM_SYMBOL(SCM_OBJ(extlib_SEEK_CUR__VAR)), SCM_OBJ(Scm_MakeInteger(SEEK_CUR)));
SEEK_CUR          885 src/portapi.c          if (whence == SEEK_CUR) {
SEEK_CUR          909 src/portapi.c      int nomove = (whence == SEEK_CUR && o == 0);
SEEK_CUR          927 src/portapi.c              SAFE_CALL(p, r = p->src.buf.seeker(p, 0, SEEK_CUR));
SEEK_CUR          937 src/portapi.c                  if (whence == SEEK_CUR) {
SEEK_CUR          442 src/regexp.c       pos = Scm_PortSeekUnsafe(ctx->ipat, SCM_MAKE_INT(0), SEEK_CUR);
SEEK_CUR          484 src/regexp.c       pos = Scm_PortSeekUnsafe(ctx->ipat, SCM_MAKE_INT(0), SEEK_CUR);