SCM_STRING_BODY_FLAGS  998 src/gauche.h       (SCM_STRING_BODY_FLAGS(body)&(flag))
SCM_STRING_BODY_FLAGS  276 src/string.c       if (pflags) *pflags = SCM_STRING_BODY_FLAGS(b);
SCM_STRING_BODY_FLAGS  300 src/string.c       int newflags = ((SCM_STRING_BODY_FLAGS(b) & ~mask)
SCM_STRING_BODY_FLAGS  314 src/string.c                               SCM_STRING_BODY_FLAGS(b) | SCM_STRING_INCOMPLETE);
SCM_STRING_BODY_FLAGS  354 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
SCM_STRING_BODY_FLAGS  370 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
SCM_STRING_BODY_FLAGS  424 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
SCM_STRING_BODY_FLAGS  742 src/string.c       newflags = SCM_STRING_BODY_FLAGS(xb) & ~SCM_STRING_IMMUTABLE;
SCM_STRING_BODY_FLAGS  812 src/string.c                                   SCM_STRING_BODY_FLAGS(xb)&~SCM_STRING_IMMUTABLE));