Searched defs:opt_ptr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Python/ | ||
D | getopt.c | 40 static char *opt_ptr = ""; variable |
/aosp_15_r20/external/python/cpython3/Python/ | ||
D | getopt.c | 40 static const wchar_t *opt_ptr = L""; variable |