Searched refs:CL_MISSING_OK (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ | ||
| D | opts.h | 75 #define CL_MISSING_OK (1 << 27) /* Missing argument OK (joined). */ macro |
| D | opts.c | 280 if (*arg == '\0' && !(option->flags & CL_MISSING_OK)) in handle_option() |