SCM_STRING_BODY_INCOMPLETE_P  292 ext/vport/vport.c     } else if (SCM_STRING_BODY_INCOMPLETE_P(b)
SCM_STRING_BODY_INCOMPLETE_P 1020 src/gauche.h       (SCM_STRING_BODY_INCOMPLETE_P(SCM_STRING_BODY(obj)))
SCM_STRING_BODY_INCOMPLETE_P  330 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(b)) {
SCM_STRING_BODY_INCOMPLETE_P  471 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(b)) {
SCM_STRING_BODY_INCOMPLETE_P  520 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(b)) {
SCM_STRING_BODY_INCOMPLETE_P  544 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(xb) || SCM_STRING_BODY_INCOMPLETE_P(yb)) {
SCM_STRING_BODY_INCOMPLETE_P  565 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(xb) || leny < 0) {
SCM_STRING_BODY_INCOMPLETE_P  600 src/string.c           if (SCM_STRING_BODY_INCOMPLETE_P(b)) {
SCM_STRING_BODY_INCOMPLETE_P  646 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(dbody)) {
SCM_STRING_BODY_INCOMPLETE_P  659 src/string.c           if (SCM_STRING_BODY_INCOMPLETE_P(b)) {
SCM_STRING_BODY_INCOMPLETE_P  741 src/string.c       newlen = SCM_STRING_BODY_INCOMPLETE_P(xb)? sizez : lenx;
SCM_STRING_BODY_INCOMPLETE_P  760 src/string.c                                SCM_STRING_BODY_INCOMPLETE_P(yb));
SCM_STRING_BODY_INCOMPLETE_P  767 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(xb)) {
SCM_STRING_BODY_INCOMPLETE_P  867 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(strb)) {
SCM_STRING_BODY_INCOMPLETE_P 1008 src/string.c           (SCM_STRING_BODY_INCOMPLETE_P(sb) || incomplete2)?
SCM_STRING_BODY_INCOMPLETE_P 1046 src/string.c                          SCM_STRING_BODY_INCOMPLETE_P(s2b),
SCM_STRING_BODY_INCOMPLETE_P 1069 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(b))
SCM_STRING_BODY_INCOMPLETE_P 1089 src/string.c       if (SCM_STRING_BODY_INCOMPLETE_P(strb)) {
SCM_STRING_BODY_INCOMPLETE_P 1201 src/string.c               if (SCM_STRING_BODY_INCOMPLETE_P(b)) {
SCM_STRING_BODY_INCOMPLETE_P 1207 src/string.c                   string_putc(*cp++, port, SCM_STRING_BODY_INCOMPLETE_P(b));
SCM_STRING_BODY_INCOMPLETE_P 1257 src/string.c       sp->length = (SCM_STRING_BODY_INCOMPLETE_P(srcb)? -1 : (end-start));
SCM_STRING_BODY_INCOMPLETE_P 1543 src/string.c       if (dstr->length >= 0 && !SCM_STRING_BODY_INCOMPLETE_P(b)) {