Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dgetpathp.c472 int skiphome, skipdefault; in calculate_path() local
513 skiphome = pythonhome==NULL ? 0 : 1; in calculate_path()
515 machinepath = getpythonregpath(HKEY_LOCAL_MACHINE, skiphome); in calculate_path()
516 userpath = getpythonregpath(HKEY_CURRENT_USER, skiphome); in calculate_path()