HomeSort by: relevance | last modified time | path
    Searched defs:curr_max (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre-parse.c 438 int i = 0, j, max_i = 32, curr_max, curr_min; local
464 curr_max = curr_min = 0;
473 DPRINT(("item: %d - %d, class %ld, curr_max = %d\n",
474 (int)l->code_min, (int)l->code_max, (long)l->u.class, curr_max));
478 if (min < curr_max)
481 curr_max = MAX(max + 1, curr_max);
482 DPRINT(("overlap, curr_max = %d\n", curr_max));
488 curr_max = min - 1
    [all...]

Completed in 20 milliseconds