Searched refs:BAD_VALUE (Results 1 – 2 of 2) sorted by relevance
823 const int BAD_VALUE = -3; in parse_options() local826 …gParser sparser (/*getopt*/optarg, 1, Positions::MAX_KEY_POS, Positions::LASTCHAR, BAD_VALUE, EOS); in parse_options()838 if (value == BAD_VALUE) in parse_options()
503 (Options::parse_options): Set BAD_VALUE to -3. Update.1278 (Options::parse_options): Set BAD_VALUE to -2; -1 is now EOS. Bug fix: