Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c179 static INSTALLED_PYTHON installed_pythons[MAX_INSTALLED_PYTHONS]; variable
210 for (i = 0, ip = installed_pythons; i < num_installed_pythons; i++, ip++) { in find_existing_python()
240 ip = &installed_pythons[num_installed_pythons]; in locate_pythons_for_key()
383 qsort(installed_pythons, num_installed_pythons, sizeof(INSTALLED_PYTHON), in locate_all_pythons()
391 INSTALLED_PYTHON * ip = installed_pythons; in find_python_by_version()
1442 INSTALLED_PYTHON * ip = installed_pythons; /* List of installed pythons */ in show_python_list()