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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c83 #define FLAG_IS_SET(flag) ((flags & flag) != 0) /* is flag turned on? */ macro
88 (!FLAG_IS_SET(FLAG_OPTIONAL_ARGS))) || \
254 if (FLAG_IS_SET(FLAG_W_SEMICOLON) &&
339 if ((!FLAG_IS_SET(FLAG_ABBREV)) &&
473 if (FLAG_IS_SET(FLAG_PLUS_DASH_START)) {
521 if ((optind == 1) && FLAG_IS_SET(FLAG_REQUIRE_EQUIVALENTS)) {
614 (*place == '-' || (FLAG_IS_SET(FLAG_LONGONLY)))) {
647 if (FLAG_IS_SET(FLAG_W_SEMICOLON) &&
687 } else if (!(FLAG_IS_SET(FLAG_OPTIONAL_ARGS) &&

Completed in 58 milliseconds