Searched refs:OPT_ZEROOK (Results 1 – 2 of 2) sorted by relevance
73 #define OPT_ZEROOK 0x10000 /* 0 value is OK even if not within limits */ macro
880 && !((opt->flags & OPT_ZEROOK && iv == 0))) { in process_option()881 char *zok = (opt->flags & OPT_ZEROOK)? " zero or": ""; in process_option()