Searched refs:Py_GetPath (Results 1 – 14 of 14) sorted by relevance
31 Py_GetPath() in Py_GetPath() function
106 PyAPI_FUNC(char *) Py_GetPath(void);
391 Py_GetPath(void) in Py_GetPath() function
20 "Py_GetPath"
428 Py_GetPath
449 Py_GetPath(void) in Py_GetPath() function
52 extern char *Py_GetPath(void);249 PySys_SetPath(Py_GetPath()); in Py_InitializeEx()615 PySys_SetPath(Py_GetPath()); in Py_NewInterpreter()
658 Py_GetPath(void) in Py_GetPath() function
687 Py_GetPath(void) in Py_GetPath() function
1292 char* (__cdecl * Py_GetPath)(void); in get_sys_prefix()1327 Py_GetPath = (char * (*)(void))GetProcAddress in get_sys_prefix()1337 MessageBox(GetFocus(), Py_GetPath(), "PATH", MB_OK); in get_sys_prefix()
556 single: Py_GetPath()565 control has to provide its own implementation of :c:func:`Py_GetPath`,
99 single: Py_GetPath()104 This is used by :c:func:`Py_GetPath` and some other functions below to find182 .. c:function:: char* Py_GetPath()
1780 Py_GetPath:char*:::
13968 Py_GetPath()) are now declared as returning a const char *. (More