yb                353 src/string.c       const ScmStringBody *yb = SCM_STRING_BODY(y);
yb                354 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
yb                357 src/string.c       if (SCM_STRING_BODY_SIZE(xb) != SCM_STRING_BODY_SIZE(yb)) {
yb                361 src/string.c                      SCM_STRING_BODY_START(yb),
yb                369 src/string.c       const ScmStringBody *yb = SCM_STRING_BODY(y);
yb                370 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
yb                375 src/string.c       sizy = SCM_STRING_BODY_SIZE(yb);
yb                377 src/string.c       r = memcmp(SCM_STRING_BODY_START(xb), SCM_STRING_BODY_START(yb), siz);
yb                422 src/string.c       const ScmStringBody *yb = SCM_STRING_BODY(y);
yb                424 src/string.c       if ((SCM_STRING_BODY_FLAGS(xb)^SCM_STRING_BODY_FLAGS(yb))&SCM_STRING_INCOMPLETE) {
yb                429 src/string.c       sizy = SCM_STRING_BODY_SIZE(yb); leny = SCM_STRING_BODY_SIZE(yb);
yb                431 src/string.c       py = SCM_STRING_BODY_START(yb);
yb                534 src/string.c       const ScmStringBody *yb = SCM_STRING_BODY(y);
yb                536 src/string.c       int sizey = SCM_STRING_BODY_SIZE(yb), leny = SCM_STRING_BODY_LENGTH(yb);
yb                541 src/string.c       memcpy(p+sizex, yb->start, sizey);
yb                544 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(xb) || SCM_STRING_BODY_INCOMPLETE_P(yb)) {
yb                753 src/string.c       const ScmStringBody *yb = SCM_STRING_BODY(y);
yb                757 src/string.c                                SCM_STRING_BODY_START(yb),
yb                758 src/string.c                                SCM_STRING_BODY_SIZE(yb),
yb                759 src/string.c                                SCM_STRING_BODY_LENGTH(yb),
yb                760 src/string.c                                SCM_STRING_BODY_INCOMPLETE_P(yb));