HomeSort by relevance Sort by last modified time
    Searched defs: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
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 59 the default is REQUIRE_ORDER if the environment variable
62 REQUIRE_ORDER means don't recognize them as options;
87 REQUIRE_ORDER, PERMUTE, RETURN_IN_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)
  /ndk/sources/host-tools/make-3.81/
getopt.c 156 the default is REQUIRE_ORDER if the environment variable
159 REQUIRE_ORDER means don't recognize them as options;
184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
407 ordering = REQUIRE_ORDER;
411 ordering = REQUIRE_ORDER;
480 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
595 if (ordering == REQUIRE_ORDER)

Completed in 215 milliseconds