SCM_PORT_WRITESS 1423 src/gauche.h       SCM_PORT_WRITESS = (1L<<0), /* write/ss on by default? */
SCM_PORT_WRITESS  150 src/write.c        if (port->flags & SCM_PORT_WRITESS) {
SCM_PORT_WRITESS  553 src/write.c        port->flags |= SCM_PORT_WRITESS;
SCM_PORT_WRITESS  556 src/write.c        port->flags &= ~SCM_PORT_WRITESS;
SCM_PORT_WRITESS  586 src/write.c        if (port->flags & SCM_PORT_WRITESS) {