fmtstr            725 src/write.c        ScmPort *fmtstr = SCM_PORT(Scm_MakeInputStringPort(fmt, FALSE));
fmtstr            743 src/write.c            ch = Scm_GetcUnsafe(fmtstr);
fmtstr            760 src/write.c                ch = Scm_GetcUnsafe(fmtstr);
fmtstr            869 src/write.c                    ch = Scm_GetcUnsafe(fmtstr);
fmtstr            870 src/write.c                    if (ch != ',') Scm_UngetcUnsafe(ch, fmtstr);
fmtstr            889 src/write.c                    ch = Scm_GetcUnsafe(fmtstr);
fmtstr            892 src/write.c                    ch = Scm_GetcUnsafe(fmtstr);
fmtstr            893 src/write.c                    if (ch != ',') Scm_UngetcUnsafe(ch, fmtstr);
fmtstr            904 src/write.c                            ch = Scm_GetcUnsafe(fmtstr);
fmtstr            907 src/write.c                                if (ch != ',') Scm_UngetcUnsafe(ch, fmtstr);