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