Home
last modified time | relevance | path

Searched refs:RETURN_IN_ORDER (Results 1 - 2 of 2) sorted by relevance

/third_party/ninja/src/
H A Dgetopt.c64 RETURN_IN_ORDER is an option available to programs that were written to
71 value of ordering. In the case of RETURN_IN_ORDER, only `--' can cause
100 RETURN_IN_ORDER, enumerator
178 ordering = (*shortopts == '-') ? RETURN_IN_ORDER : REQUIRE_ORDER; in getopt_internal()
214 case RETURN_IN_ORDER: in getopt_internal()
/third_party/backends/lib/
H A Dgetopt.c121 Also, when `ordering' is RETURN_IN_ORDER,
185 RETURN_IN_ORDER is an option available to programs that were written
193 of the value of `ordering'. In the case of RETURN_IN_ORDER, only
198 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
416 ordering = RETURN_IN_ORDER;
494 See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above.
197 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER global() enumerator

Completed in 3 milliseconds