Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dgetopt.c38 int _PyOS_optind = 1; /* index into argv array */ variable
/external/python/cpython3/Python/
Dgetopt.c41 int _PyOS_optind = 1; /* index into argv array */ variable