Home
last modified time | relevance | path

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

/third_party/python/Python/
Dgetopt.c44 #define SHORT_OPTS L"bBc:dEhiIJm:OqRsStuvVW:xX:?" macro
143 if ((ptr = wcschr(SHORT_OPTS, option)) == NULL) { in _PyOS_GetOpt()