nomove            878 src/portapi.c  static off_t seek_istr(ScmPort *p, off_t o, int whence, int nomove)
nomove            881 src/portapi.c      if (nomove) {
nomove            909 src/portapi.c      int nomove = (whence == SEEK_CUR && o == 0);
nomove            926 src/portapi.c          if (nomove) {
nomove            951 src/portapi.c          r = SEEK_ISTR(p, o, whence, nomove);
nomove            954 src/portapi.c          if (nomove) {