tmpstr            630 src/write.c        ScmString *tmpstr;
tmpstr            649 src/write.c        tmpstr = SCM_STRING(Scm_GetOutputString(SCM_PORT(tmpout)));
tmpstr            652 src/write.c            const char *s = Scm_GetStringContent(tmpstr, NULL, NULL, NULL), *e;
tmpstr            654 src/write.c                e = Scm_StringPosition(tmpstr, maxcol-4);
tmpstr            658 src/write.c                e = Scm_StringPosition(tmpstr, maxcol);
tmpstr            662 src/write.c            format_pad(out, tmpstr, mincol, colinc, padchar, rightalign);