Searched refs:FLAG_ALLARGS (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DGetOptInc.cpp30 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
247 flags |= FLAG_ALLARGS;
278 if (flags & FLAG_ALLARGS) {
/openbsd-current/lib/libc/stdlib/
H A Dgetopt_long.c74 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "-1" */ macro
313 flags |= FLAG_ALLARGS;
346 if (flags & FLAG_ALLARGS) {

Completed in 64 milliseconds