SCM_PORT_OUTPUT   482 ext/charconv/charconv.c     name = conv_name(SCM_PORT_OUTPUT, toPort, fromCode, toCode);
SCM_PORT_OUTPUT   483 ext/charconv/charconv.c     return Scm_MakeBufferedPort(SCM_CLASS_PORT, name, SCM_PORT_OUTPUT, TRUE, &bufrec);
SCM_PORT_OUTPUT   187 ext/net/net.c          sock->outPort = SCM_PORT(Scm_MakePortWithFd(sockname, SCM_PORT_OUTPUT,
SCM_PORT_OUTPUT   513 ext/net/netlib.c     bufmode = Scm_BufferingMode(buffering, SCM_PORT_OUTPUT, SCM_PORT_BUFFER_LINE);
SCM_PORT_OUTPUT   391 ext/vport/vport.c         dir = SCM_PORT_OUTPUT;
SCM_PORT_OUTPUT   649 ext/vport/vport.c         dir = SCM_PORT_OUTPUT;
SCM_PORT_OUTPUT  3141 src/extlib.c     bufmode = Scm_BufferingMode(buffering, SCM_PORT_OUTPUT, SCM_PORT_BUFFER_FULL);
SCM_PORT_OUTPUT  3264 src/extlib.c       if (SCM_PORT_DIR(p) == SCM_PORT_OUTPUT) {
SCM_PORT_OUTPUT  3353 src/extlib.c     SCM_RETURN(Scm_MakeBufferedPort(SCM_CLASS_PORT, SCM_FALSE, SCM_PORT_OUTPUT, TRUE, &bufrec));
SCM_PORT_OUTPUT  3781 src/extlib.c   int bufmode = Scm_BufferingMode(buffering, SCM_PORT_OUTPUT, SCM_PORT_BUFFER_FULL);
SCM_PORT_OUTPUT  3783 src/extlib.c      return Scm_MakePortWithFd(name, SCM_PORT_OUTPUT, fd, bufmode, ownerP);
SCM_PORT_OUTPUT  1395 src/gauche.h       SCM_PORT_OUTPUT = 2
SCM_PORT_OUTPUT  1458 src/gauche.h   #define SCM_OPORTP(obj)  (SCM_PORTP(obj)&&(SCM_PORT_DIR(obj)&SCM_PORT_OUTPUT))
SCM_PORT_OUTPUT    93 src/port.c             if (SCM_PORT_DIR(port) == SCM_PORT_OUTPUT
SCM_PORT_OUTPUT   165 src/port.c                                    && SCM_PORT_DIR(port) == SCM_PORT_OUTPUT) {
SCM_PORT_OUTPUT   217 src/port.c                    (SCM_PORT_DIR(obj)&SCM_PORT_OUTPUT)? "o" : "",
SCM_PORT_OUTPUT   253 src/port.c         if (dir == SCM_PORT_OUTPUT) {
SCM_PORT_OUTPUT   467 src/port.c         if (dir == SCM_PORT_OUTPUT) register_buffered_port(p);
SCM_PORT_OUTPUT   723 src/port.c         if (direction == SCM_PORT_OUTPUT) {
SCM_PORT_OUTPUT   839 src/port.c         else if ((flags & O_ACCMODE) == O_WRONLY) dir = SCM_PORT_OUTPUT;
SCM_PORT_OUTPUT   914 src/port.c         ScmPort *p = make_port(SCM_CLASS_PORT, SCM_PORT_OUTPUT, SCM_PORT_OSTR);
SCM_PORT_OUTPUT  1377 src/port.c                                         SCM_PORT_OUTPUT, 1,
SCM_PORT_OUTPUT  1380 src/port.c                                         SCM_PORT_OUTPUT, 2,
SCM_PORT_OUTPUT  2202 src/syslib.c   SCM_RESULT1 = Scm_MakePortWithFd(name, SCM_PORT_OUTPUT, fds[1], bufmode, TRUE);
SCM_PORT_OUTPUT   606 src/system.c       SCM_RETURN(Scm_Values2(Scm_MakePortWithFd(sname, SCM_PORT_OUTPUT, fd,
SCM_PORT_OUTPUT   330 src/write.c        port = SCM_PORT(Scm_MakeVirtualPort(SCM_CLASS_PORT, SCM_PORT_OUTPUT,