Searched refs:module_search_path (Results 1 – 3 of 3) sorted by relevance
89 static char *module_search_path = NULL; variable548 module_search_path = PYTHONPATH; in calculate_path()593 module_search_path = buf; in calculate_path()611 …PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path); in calculate_path()623 if (!module_search_path) in Py_GetPath()625 return module_search_path; in Py_GetPath()631 if (!module_search_path) in Py_GetPrefix()639 if (!module_search_path) in Py_GetExecPrefix()647 if (!module_search_path) in Py_GetProgramFullPath()
83 static char *module_search_path = NULL; variable617 module_search_path = PYTHONPATH; in calculate_path()662 module_search_path = buf; in calculate_path()680 …PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path); in calculate_path()692 if (!module_search_path) in Py_GetPath()694 return module_search_path; in Py_GetPath()700 if (!module_search_path) in Py_GetPrefix()708 if (!module_search_path) in Py_GetExecPrefix()716 if (!module_search_path) in Py_GetProgramFullPath()
131 static char *module_search_path = NULL; variable584 module_search_path = PYTHONPATH; in calculate_path()629 module_search_path = buf; in calculate_path()665 if (!module_search_path) in Py_GetPath()667 return module_search_path; in Py_GetPath()673 if (!module_search_path) in Py_GetPrefix()681 if (!module_search_path) in Py_GetExecPrefix()689 if (!module_search_path) in Py_GetProgramFullPath()