HomeSort by relevance Sort by last modified time
    Searched defs:PERMUTE (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
getopt_int.h 38 POSIXLY_CORRECT is defined, PERMUTE otherwise.
47 PERMUTE is the default. We permute the contents of ARGV as we
65 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 60 POSIXLY_CORRECT is defined, PERMUTE otherwise.
69 PERMUTE is the default. We permute the contents of ARGV as we
87 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
  /ndk/sources/host-tools/make-3.81/
getopt.c 157 POSIXLY_CORRECT is defined, PERMUTE otherwise.
166 PERMUTE is the default. We permute the contents of ARGV as we scan,
184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
413 ordering = PERMUTE;
491 The elements of ARGV aren't really const, because we permute them.
542 if (ordering == PERMUTE)
590 /* If we have come to a non-option and did not permute it,

Completed in 3610 milliseconds