toread            528 src/port.c         int nread = 0, toread;
toread            538 src/port.c             toread = SCM_PORT_BUFFER_ROOM(p);
toread            540 src/port.c             toread = min;
toread            544 src/port.c             int r = p->src.buf.filler(p, toread-nread);