SCM_PORT_BUFFER_NONE 1411 src/gauche.h       SCM_PORT_BUFFER_NONE        /* flush the buffer for every output */
SCM_PORT_BUFFER_NONE  537 src/port.c         if (p->src.buf.mode != SCM_PORT_BUFFER_NONE) {
SCM_PORT_BUFFER_NONE  716 src/port.c         if (SCM_EQ(flag, key_none)) return SCM_PORT_BUFFER_NONE;
SCM_PORT_BUFFER_NONE  740 src/port.c             case SCM_PORT_BUFFER_NONE: return key_none;
SCM_PORT_BUFFER_NONE  841 src/port.c         if (buffering < SCM_PORT_BUFFER_FULL || buffering > SCM_PORT_BUFFER_NONE) {
SCM_PORT_BUFFER_NONE 1381 src/port.c                                         SCM_PORT_BUFFER_NONE, TRUE);
SCM_PORT_BUFFER_NONE  115 src/portapi.c          if (p->src.buf.mode == SCM_PORT_BUFFER_NONE) {
SCM_PORT_BUFFER_NONE  164 src/portapi.c          } else if (p->src.buf.mode == SCM_PORT_BUFFER_NONE) {
SCM_PORT_BUFFER_NONE  213 src/portapi.c          } else if (p->src.buf.mode == SCM_PORT_BUFFER_NONE) {
SCM_PORT_BUFFER_NONE  260 src/portapi.c          } else if (p->src.buf.mode == SCM_PORT_BUFFER_NONE) {