SCM_PORT_OSTR    3668 src/extlib.c        case SCM_PORT_OSTR:;
SCM_PORT_OSTR    1403 src/gauche.h       SCM_PORT_OSTR,              /* output string port */
SCM_PORT_OSTR     914 src/port.c         ScmPort *p = make_port(SCM_CLASS_PORT, SCM_PORT_OUTPUT, SCM_PORT_OSTR);
SCM_PORT_OSTR     925 src/port.c         if (SCM_PORT_TYPE(port) != SCM_PORT_OSTR)
SCM_PORT_OSTR     936 src/port.c         if (SCM_PORT_TYPE(port) != SCM_PORT_OSTR)
SCM_PORT_OSTR     120 src/portapi.c      case SCM_PORT_OSTR:
SCM_PORT_OSTR     169 src/portapi.c      case SCM_PORT_OSTR:
SCM_PORT_OSTR     219 src/portapi.c      case SCM_PORT_OSTR:
SCM_PORT_OSTR     265 src/portapi.c      case SCM_PORT_OSTR:
SCM_PORT_OSTR     299 src/portapi.c      case SCM_PORT_OSTR:
SCM_PORT_OSTR     953 src/portapi.c      case SCM_PORT_OSTR:
SCM_PORT_OSTR     119 src/write.c        SCM_ASSERT(SCM_PORT_TYPE(out) == SCM_PORT_OSTR);