Home | History | Annotate | Download | only in util

Lines Matching defs:rng

1036     static struct {long rmin, rmax;} const rng[1] = {
1045 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1047 if (pOptDesc->optArg.argInt == rng[ix].rmin)
1049 if (rng[ix].rmax == LONG_MIN)
1051 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
1058 optionShowRange(pOptions, pOptDesc, VOIDP(rng), 1);
1095 static struct {long rmin, rmax;} const rng[1] = {
1104 if (pOptDesc->optArg.argInt < rng[ix].rmin)
1106 if (pOptDesc->optArg.argInt == rng[ix].rmin)
1108 if (rng[ix].rmax == LONG_MIN)
1110 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
1117 optionShowRange(pOptions, pOptDesc, VOIDP(rng), 1);