SCM_WRITE_DISPLAY 1582 src/gauche.h       SCM_WRITE_DISPLAY = 1,      /* display mode */
SCM_WRITE_DISPLAY   45 src/keyword.c      if (SCM_WRITE_MODE(ctx) != SCM_WRITE_DISPLAY) {
SCM_WRITE_DISPLAY  142 src/repl.c                       SCM_OBJ(SCM_CUROUT), SCM_WRITE_DISPLAY);
SCM_WRITE_DISPLAY 3940 src/stdlib.c   Scm_Write(obj, SCM_OBJ(port), SCM_WRITE_DISPLAY);
SCM_WRITE_DISPLAY 1194 src/string.c       if (SCM_WRITE_MODE(ctx) == SCM_WRITE_DISPLAY) {
SCM_WRITE_DISPLAY  120 src/symbol.c       if (SCM_WRITE_MODE(ctx) == SCM_WRITE_DISPLAY) {
SCM_WRITE_DISPLAY  430 src/write.c                if (SCM_WRITE_MODE(ctx) == SCM_WRITE_DISPLAY) {
SCM_WRITE_DISPLAY  677 src/write.c            ictx.mode = SCM_WRITE_DISPLAY;
SCM_WRITE_DISPLAY  735 src/write.c        actx.mode = SCM_WRITE_DISPLAY;
SCM_WRITE_DISPLAY  781 src/write.c                                    colonflag, SCM_WRITE_DISPLAY);
SCM_WRITE_DISPLAY 1096 src/write.c                        mode = (c == 'A')? SCM_WRITE_DISPLAY : SCM_WRITE_WRITE;