Lines Matching defs:max
78 int max, min, dif;92 max = a->top;94 dif = max - min;96 if (bn_wexpand(r, max + 1) == NULL)99 r->top = max;127 int max, min, dif;134 max = a->top;136 dif = max - min;143 if (bn_wexpand(r, max) == NULL)162 while (max && *--rp == 0)163 max--;165 r->top = max;