Searched refs:IGNORE_FIRST (Results 1 – 1 of 1) sorted by relevance
76 #define IGNORE_FIRST (*options == '-' || *options == '+') macro78 || (IGNORE_FIRST && options[1] != ':')))80 #define PERMUTE (!IS_POSIXLY_CORRECT && !IGNORE_FIRST)86 #define BADARG ((IGNORE_FIRST && options[1] == ':') \261 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {