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

/external/bison/lib/
H A Dgetopt_int.h37 the default is REQUIRE_ORDER if the environment variable
40 REQUIRE_ORDER means don't recognize them as options;
65 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
64 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator in enum:__ord
H A Dgetopt.c251 d->__ordering = REQUIRE_ORDER;
255 d->__ordering = REQUIRE_ORDER;
324 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
452 if (d->__ordering == REQUIRE_ORDER)
/external/grub/lib/
H A Dgetopt.c162 the default is REQUIRE_ORDER if the environment variable
165 REQUIRE_ORDER means don't recognize them as options;
190 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
420 ordering = REQUIRE_ORDER;
424 ordering = REQUIRE_ORDER;
493 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
613 if (ordering == REQUIRE_ORDER)
189 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER enumerator in enum:__anon6222
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm42 $REQUIRE_ORDER = 0;
104 $order = $REQUIRE_ORDER;
286 return () if $order == $REQUIRE_ORDER;
605 $order can be set to $REQUIRE_ORDER, $PERMUTE, or $RETURN_IN_ORDER.
606 The default is $REQUIRE_ORDER if the environment variable
609 $REQUIRE_ORDER means that no options can follow the first argument

Completed in 380 milliseconds