allow_less        525 src/port.c     static int bufport_fill(ScmPort *p, int min, int allow_less)
allow_less        548 src/port.c         } while (!allow_less && nread < min);