Home | History | Annotate | Download | only in lib

Lines Matching defs:ordering

113    Also, when `ordering' is RETURN_IN_ORDER,
179 the ordering of the two. We describe each non-option ARGV-element
185 of the value of `ordering'. In the case of RETURN_IN_ORDER, only
191 } ordering;
411 /* Determine how to handle the ordering of options and nonoptions. */
415 ordering = RETURN_IN_ORDER;
420 ordering = REQUIRE_ORDER;
424 ordering = REQUIRE_ORDER;
426 ordering = PERMUTE;
560 if (ordering == PERMUTE)
613 if (ordering == REQUIRE_ORDER)