newflags          300 src/string.c       int newflags = ((SCM_STRING_BODY_FLAGS(b) & ~mask)
newflags          303 src/string.c       return SCM_OBJ(make_str(len, size, start, newflags));
newflags          708 src/string.c       unsigned int newflags;
newflags          742 src/string.c       newflags = SCM_STRING_BODY_FLAGS(xb) & ~SCM_STRING_IMMUTABLE;
newflags          743 src/string.c       if (incompletep) newflags |= SCM_STRING_INCOMPLETE;
newflags          747 src/string.c                               newflags);/* flags */