SCM_STRING_INCOMPLETE  982 src/gauche.h       SCM_STRING_INCOMPLETE = (1L<<1)
SCM_STRING_INCOMPLETE 1000 src/gauche.h       SCM_STRING_BODY_HAS_FLAG(body, SCM_STRING_INCOMPLETE)
SCM_STRING_INCOMPLETE 1026 src/gauche.h   #define SCM_MAKSTR_INCOMPLETE  SCM_STRING_INCOMPLETE
SCM_STRING_INCOMPLETE  721 src/read.c                   int flags = ((incompletep? SCM_STRING_INCOMPLETE : 0)
SCM_STRING_INCOMPLETE   62 src/string.c       if (len < 0) flags |= SCM_STRING_INCOMPLETE;
SCM_STRING_INCOMPLETE   63 src/string.c       if (flags & SCM_STRING_INCOMPLETE) len = siz;
SCM_STRING_INCOMPLETE  314 src/string.c                               SCM_STRING_BODY_FLAGS(b) | SCM_STRING_INCOMPLETE);
SCM_STRING_INCOMPLETE  320 src/string.c       return Scm_CopyStringWithFlags(x, SCM_STRING_INCOMPLETE,
SCM_STRING_INCOMPLETE  321 src/string.c                                      SCM_STRING_INCOMPLETE);
SCM_STRING_INCOMPLETE  334 src/string.c           b->flags &= ~SCM_STRING_INCOMPLETE;
SCM_STRING_INCOMPLETE  354 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
SCM_STRING_INCOMPLETE  370 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
SCM_STRING_INCOMPLETE  424 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
SCM_STRING_INCOMPLETE  545 src/string.c           flags |= SCM_STRING_INCOMPLETE; /* yields incomplete string */
SCM_STRING_INCOMPLETE  566 src/string.c           flags |= SCM_STRING_INCOMPLETE;
SCM_STRING_INCOMPLETE  601 src/string.c               flags |= SCM_STRING_INCOMPLETE;
SCM_STRING_INCOMPLETE  647 src/string.c           flags |= SCM_STRING_INCOMPLETE;
SCM_STRING_INCOMPLETE  660 src/string.c               flags |= SCM_STRING_INCOMPLETE;
SCM_STRING_INCOMPLETE  743 src/string.c       if (incompletep) newflags |= SCM_STRING_INCOMPLETE;
SCM_STRING_INCOMPLETE  792 src/string.c       x->body = make_str_body(size, size, p, SCM_STRING_INCOMPLETE);