Home
last modified time | relevance | path

Searched defs:nonopt_start (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DGetOptInc.cpp50 static int nonopt_start = -1; /* first non option argument (for permute) */ variable
/openbsd/lib/libc/stdlib/
H A Dgetopt_long.c94 static int nonopt_start = -1; /* first non option argument (for permute) */ variable