HomeSort by relevance Sort by last modified time
    Searched refs:REQUIRE_ORDER (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
getopt_int.h 60 the default is REQUIRE_ORDER if the environment variable
63 REQUIRE_ORDER means don't recognize them as options;
88 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
getopt.c 258 d->__ordering = REQUIRE_ORDER;
262 d->__ordering = REQUIRE_ORDER;
331 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
456 if (d->__ordering == REQUIRE_ORDER)
  /external/grub/lib/
getopt.c 162 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)
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 42 $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 2513 milliseconds