Searched defs:ordering (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c113 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
190 } ordering; variable in typeref:enum:__anon170
[all...]

Completed in 1290 milliseconds