Lines Matching refs:min
86 /* If max == min we can continue with the main loop without the
90 /* If min = max, continue at the same level without recursing */
91 /* If min = max, continue at the same level without recursion.
179 DPRINTF (("matching %c{%d,%d} against subject %.*s\n", c, min, max,
180 DPRINTF (("negative matching %c{%d,%d} against subject %.*s\n", c, min, max,
234 c = max - min;
374 eptr += min;
395 for (i = 1; i <= min; i++)
396 for (i = min; i < max; i++)
397 for (i = min;; i++)
513 if (min == max)
514 if (min > 0)
515 if (min > md->end_subject - eptr)
562 int min, max, ctype;
660 min = (ecode[1] << 8) + ecode[2];
661 min = 0;
662 min = max = (ecode[1] << 8) + ecode[2];
663 min = max = 1;
664 min = rep_min[c]; /* Pick up values from tables; */
672 minimum number of matches are present. If min = max, continue at the same