SCM_WRITE_WRITE  4148 src/extlib.c     int n = Scm_WriteLimited(obj, port, SCM_WRITE_WRITE, limit);
SCM_WRITE_WRITE  4175 src/extlib.c     int n = Scm_WriteCircular(obj, port, SCM_WRITE_WRITE, 0);
SCM_WRITE_WRITE  1581 src/gauche.h       SCM_WRITE_WRITE = 0,        /* write mode   */
SCM_WRITE_WRITE    94 src/repl.c                 Scm_Write(SCM_CAR(cp), SCM_OBJ(SCM_CUROUT), SCM_WRITE_WRITE);
SCM_WRITE_WRITE  3912 src/stdlib.c   Scm_Write(obj, SCM_OBJ(port), SCM_WRITE_WRITE);
SCM_WRITE_WRITE   733 src/write.c        sctx.mode = SCM_WRITE_WRITE;
SCM_WRITE_WRITE   771 src/write.c                                    colonflag, SCM_WRITE_WRITE);
SCM_WRITE_WRITE  1096 src/write.c                        mode = (c == 'A')? SCM_WRITE_DISPLAY : SCM_WRITE_WRITE;