Lines Matching defs:max
56 static int max = 1;
67 "\t-m max #maximum choices user may select\n" \
174 max = atoi(optarg);
175 if (max > SHRT_MAX || max < SHRT_MIN) {
177 gettext("%s: ERROR: too large or too small max value specified\n"),
338 if (max < 1) {
341 mmax = max;
347 * even though 'max' is set to 1. So to take care of that problem, we
356 n = ckitem(mp, item, max, deflt, error, help, prompt);