Searched refs:installed_pythons (Results 1 – 1 of 1) sorted by relevance
184 static INSTALLED_PYTHON installed_pythons[MAX_INSTALLED_PYTHONS]; variable223 for (i = 0, ip = installed_pythons; i < num_installed_pythons; i++, ip++) { in find_existing_python()239 for (i = 0, ip = installed_pythons; i < num_installed_pythons; i++, ip++) { in find_existing_python2()270 ip = &installed_pythons[num_installed_pythons]; in _locate_pythons_for_key()491 ip = &installed_pythons[num_installed_pythons++]; in locate_venv_python()522 qsort(installed_pythons, num_installed_pythons, sizeof(INSTALLED_PYTHON), in locate_all_pythons()530 INSTALLED_PYTHON * ip = installed_pythons; in find_python_by_version()1582 INSTALLED_PYTHON * ip = installed_pythons; /* List of installed pythons */ in show_python_list()