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

  /external/bison/lib/
getopt_int.h 61 POSIXLY_CORRECT is defined, PERMUTE otherwise.
70 PERMUTE is the default. We permute the contents of ARGV as we
88 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
getopt.c 264 d->__ordering = PERMUTE;
401 if (d->__ordering == PERMUTE)
451 /* 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,
  /external/webkit/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 583 milliseconds