Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h52 PyParser_SimpleParseFileFlags(FP, S, B, 0)
55 PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h52 PyParser_SimpleParseFileFlags(FP, S, B, 0)
55 PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1492 PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags) in PyParser_SimpleParseFileFlags() function
1898 return PyParser_SimpleParseFileFlags(fp, filename, start, 0); in PyParser_SimpleParseFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1517 PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags) in PyParser_SimpleParseFileFlags() function
1923 return PyParser_SimpleParseFileFlags(fp, filename, start, 0); in PyParser_SimpleParseFile()