forward_pos       484 src/string.c           const char *p = forward_pos(SCM_STRING_BODY_START(b), pos);
forward_pos       523 src/string.c           return (forward_pos(SCM_STRING_BODY_START(b), offset));
forward_pos       728 src/string.c           s = forward_pos(SCM_STRING_BODY_START(xb), start);
forward_pos       729 src/string.c           e = forward_pos(s, end - start);
forward_pos       815 src/string.c           if (start) s = forward_pos(SCM_STRING_BODY_START(xb), start);
forward_pos       817 src/string.c           e = forward_pos(s, end - start);
forward_pos      1250 src/string.c           sptr = forward_pos(SCM_STRING_BODY_START(srcb), start);
forward_pos      1251 src/string.c           ptr = forward_pos(sptr, index);
forward_pos      1252 src/string.c           eptr = forward_pos(sptr, end - start);
forward_pos      1325 src/string.c           sp->current = forward_pos(sp->start, index);