SCM_PORT_BUFFER_LINE  482 ext/net/netlib.c     bufmode = Scm_BufferingMode(buffering, SCM_PORT_INPUT, SCM_PORT_BUFFER_LINE);
SCM_PORT_BUFFER_LINE  513 ext/net/netlib.c     bufmode = Scm_BufferingMode(buffering, SCM_PORT_OUTPUT, SCM_PORT_BUFFER_LINE);
SCM_PORT_BUFFER_LINE 1410 src/gauche.h       SCM_PORT_BUFFER_LINE,       /* flush the buffer for each line */
SCM_PORT_BUFFER_LINE  720 src/port.c             if (SCM_EQ(flag, key_modest)) return SCM_PORT_BUFFER_LINE;
SCM_PORT_BUFFER_LINE  724 src/port.c             if (SCM_EQ(flag, key_line)) return SCM_PORT_BUFFER_LINE;
SCM_PORT_BUFFER_LINE  729 src/port.c             return SCM_PORT_BUFFER_LINE;
SCM_PORT_BUFFER_LINE 1378 src/port.c                                         SCM_PORT_BUFFER_LINE, TRUE);
SCM_PORT_BUFFER_LINE  160 src/portapi.c          if (p->src.buf.mode == SCM_PORT_BUFFER_LINE) {
SCM_PORT_BUFFER_LINE  205 src/portapi.c          if (p->src.buf.mode == SCM_PORT_BUFFER_LINE) {
SCM_PORT_BUFFER_LINE  252 src/portapi.c          if (p->src.buf.mode == SCM_PORT_BUFFER_LINE) {
SCM_PORT_BUFFER_LINE 2199 src/syslib.c     bufmode = Scm_BufferingMode(buffering, -1, SCM_PORT_BUFFER_LINE);