Lines Matching defs:max
141 #define KEY_MAX 64 /* max key length + 1 */
193 int max; /* max #args */
756 else if (r->max > 0 && n > r->max)
757 log(state, con, 'E', "%s: at most %d argument%s expected", s, r->max, r->max == 1 ? "" : "s");
758 else if (r->min == r->max && n != r->max)
759 log(state, con, 'E', "%s: %d argument%s expected", s, r->max, r->max == 1 ? "" : "s");