SCM_CLAMP_ERROR    26 ext/uvector/uvlib.c    return SCM_CLAMP_ERROR;
SCM_CLAMP_ERROR    69 ext/uvector/uvlib.c   filler = s8unbox(fill, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR    86 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToS8Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR   384 ext/uvector/uvlib.c   filler = s8unbox(val, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR   518 ext/uvector/uvlib.c   filler = u8unbox(fill, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR   535 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToU8Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR   833 ext/uvector/uvlib.c   filler = u8unbox(val, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR   967 ext/uvector/uvlib.c   filler = s16unbox(fill, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR   984 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToS16Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  1282 ext/uvector/uvlib.c   filler = s16unbox(val, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR  1416 ext/uvector/uvlib.c   filler = u16unbox(fill, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR  1433 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToU16Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  1731 ext/uvector/uvlib.c   filler = u16unbox(val, SCM_CLAMP_ERROR);
SCM_CLAMP_ERROR  1865 ext/uvector/uvlib.c   filler = Scm_GetInteger32Clamp(fill, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  1882 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToS32Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  2180 ext/uvector/uvlib.c   filler = Scm_GetInteger32Clamp(val, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  2314 ext/uvector/uvlib.c   filler = Scm_GetIntegerU32Clamp(fill, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  2331 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToU32Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  2629 ext/uvector/uvlib.c   filler = Scm_GetIntegerU32Clamp(val, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  2763 ext/uvector/uvlib.c   filler = Scm_GetInteger64Clamp(fill, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  2780 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToS64Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  3078 ext/uvector/uvlib.c   filler = Scm_GetInteger64Clamp(val, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  3212 ext/uvector/uvlib.c   filler = Scm_GetIntegerU64Clamp(fill, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  3229 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToU64Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  3527 ext/uvector/uvlib.c   filler = Scm_GetIntegerU64Clamp(val, SCM_CLAMP_ERROR, NULL);
SCM_CLAMP_ERROR  3678 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToF32Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  4127 ext/uvector/uvlib.c SCM_RETURN(Scm_ListToF64Vector(args, SCM_CLAMP_ERROR));
SCM_CLAMP_ERROR  2032 src/gauche.h       SCM_CLAMP_ERROR = 0,       /* throws an error when out-of-range */