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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c92 #define FLAG_ALLARGS 0x02 /* treat non-options as args to option "1" */ macro
486 flags |= FLAG_ALLARGS;
495 flags &= ~FLAG_ALLARGS;
553 if (flags & FLAG_ALLARGS) {

Completed in 61 milliseconds