Home
last modified time | relevance | path

Searched refs:CL_MISSING_OK (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dopts.h75 #define CL_MISSING_OK (1 << 27) /* Missing argument OK (joined). */ macro
Dopts.c280 if (*arg == '\0' && !(option->flags & CL_MISSING_OK)) in handle_option()