LONG_MIN          142 src/bignum.c       if (val == LONG_MIN) {
LONG_MIN          195 src/bignum.c       if (val >= LONG_MIN && val <= LONG_MAX) {
LONG_MIN          261 src/bignum.c               if (clamp & SCM_CLAMP_LO) return LONG_MIN;
LONG_MIN           54 src/gauche/arith.h #ifndef LONG_MIN
LONG_MIN           58 src/gauche/arith.h #define LONG_MAX           (-(LONG_MIN+1))
LONG_MIN          122 src/gauche/int64.h #define SCM_SET_INT64_MIN(v64)    ((v64) = LONG_MIN)
LONG_MIN          347 src/number.c           if (v < (double)LONG_MIN) {
LONG_MIN          348 src/number.c               if (clamp & SCM_CLAMP_LO) return LONG_MIN;
LONG_MIN           99 src/system.c       if (off <= LONG_MAX && off >= LONG_MIN) {
LONG_MIN           13 src/test-arith.c #define SMIN LONG_MIN