Searched refs:PyRun_AnyFile (Results 1 – 7 of 7) sorted by relevance
86 PyAPI_FUNC(int) PyRun_AnyFile(FILE *fp, const char *name);100 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) macro
111 sts = PyRun_AnyFile(stdin, "<stdin>") != 0; in Py_FrozenMain()
1486 #undef PyRun_AnyFile1488 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function
1812 PyRun_AnyFile:int:::1813 PyRun_AnyFile:FILE*:fp::1814 PyRun_AnyFile:const char*:filename::
52 .. c:function:: int PyRun_AnyFile(FILE *fp, const char *filename)
3788 sts = PyRun_AnyFile(stdin, "<stdin>") != 0;
18240 PyParser_SimpleParseFile PyParser_SimpleParseString PyRun_AnyFile