Lines Matching defs:max
1583 maxp pointer to int for max
1584 returned as -1 if no max
1595 int max = -1;
1607 if (*p == CHAR_RIGHT_CURLY_BRACKET) max = min; else
1611 max = 0;
1614 max = max * 10 + (int)(*p++ - CHAR_0);
1615 if (max > 65535)
1621 if (max < min)
1630 *maxp = max;
5775 /* Else insert an UPTO if the max is greater than the min, again
5859 if (repeat_max == -1) repeat_max = 0; /* 2-byte encoding for max */