rep_max           480 src/regexp.c       int rep_min = -1, rep_max = -1, exact = FALSE, ch;
rep_max           509 src/regexp.c                   if (rep_max < 0) {
rep_max           510 src/regexp.c                       rep_max = (ch - '0');
rep_max           512 src/regexp.c                       rep_max = rep_max*10 + (ch - '0');
rep_max           520 src/regexp.c           if (rep_max > MAX_LIMITED_REPEAT) goto out_of_range;
rep_max           521 src/regexp.c           if (rep_max >= 0 && rep_max < rep_min) {
rep_max           527 src/regexp.c       else if (rep_max < 0) m = SCM_TRUE;
rep_max           528 src/regexp.c       else                  m = SCM_MAKE_INT(rep_max);