tstart           9152 ext/uvector/uvlib.c static ScmObj string_to_bytevectorX(ScmUVector *v, int tstart, ScmString *s, int start, int end)
tstart           9157 ext/uvector/uvlib.c    if (tstart >= tlen || tstart < 0) return SCM_OBJ(v);
tstart           9166 ext/uvector/uvlib.c    buf = (char *)SCM_UVECTOR_ELEMENTS(v) + tstart;
tstart           9167 ext/uvector/uvlib.c    if (tlen - tstart > ep - sp) {
tstart           9170 ext/uvector/uvlib.c      memcpy(buf, sp, tlen - tstart);
tstart           9179 ext/uvector/uvlib.c   int tstart;
tstart           9195 ext/uvector/uvlib.c   tstart = Scm_GetInteger(tstart_scm);
tstart           9214 ext/uvector/uvlib.c SCM_RETURN(string_to_bytevectorX(SCM_UVECTOR(v), tstart, s, start, end));
tstart           9226 ext/uvector/uvlib.c   int tstart;
tstart           9242 ext/uvector/uvlib.c   tstart = Scm_GetInteger(tstart_scm);
tstart           9261 ext/uvector/uvlib.c SCM_RETURN(string_to_bytevectorX(SCM_UVECTOR(v), tstart, s, start, end));
tstart           1058 gc/dyn_load.c            GC_printf1("\ttext seg. start = %08x\n", shl_desc->tstart);