Searched refs:OPTFL_HAVEMIN (Results 1 – 2 of 2) sorted by relevance
49 #define OPTFL_HAVEMIN 0x0001 macro
445 if (((ap->flag & OPTFL_HAVEMIN) && ap->ival < ap->min) || in opt_args_parse()492 if (((ap->flag & OPTFL_HAVEMIN) && in opt_args_parseopt()