Home
last modified time | relevance | path

Searched refs:_PyOS_LongOption (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpygetopt.h14 } _PyOS_LongOption; typedef
17 const _PyOS_LongOption *longopts, int *longindex);
/external/python/cpython3/Python/
Dgetopt.c55 const _PyOS_LongOption *longopts, int *longindex) in _PyOS_GetOpt()
103 const _PyOS_LongOption *opt; in _PyOS_GetOpt()
/external/python/cpython3/Modules/
Dmain.c74 static const _PyOS_LongOption longoptions[] = {