HomeSort by relevance Sort by last modified time
    Searched refs:PERMUTE (Results 1 - 7 of 7) 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
getopt.c 257 d->__ordering = PERMUTE;
335 The elements of ARGV aren't really const, because we permute them.
397 if (d->__ordering == PERMUTE)
447 /* If we have come to a non-option and did not permute it,
    [all...]
  /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
getopt.c 259 d->__ordering = PERMUTE;
396 if (d->__ordering == PERMUTE)
446 /* If we have come to a non-option and did not permute it,
  /external/grub/lib/
getopt.c 163 POSIXLY_CORRECT is defined, PERMUTE otherwise.
172 PERMUTE is the default. We permute the contents of ARGV as we scan,
190 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
426 ordering = PERMUTE;
504 The elements of ARGV aren't really const, because we permute them.
560 if (ordering == PERMUTE)
608 /* If we have come to a non-option and did not permute it,
  /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,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 43 $PERMUTE = 1;
106 $order = $PERMUTE;
369 $order = $PERMUTE if $order == $RETURN_IN_ORDER;
605 $order can be set to $REQUIRE_ORDER, $PERMUTE, or $RETURN_IN_ORDER.
607 POSIXLY_CORRECT has been set, $PERMUTE otherwise.
612 $PERMUTE means that all options are treated as if they preceded all

Completed in 227 milliseconds