Searched refs:PyParser_ParseFileFlagsEx (Results 1 – 2 of 2) sorted by relevance
58 PyAPI_FUNC(node *) PyParser_ParseFileFlagsEx(
160 return PyParser_ParseFileFlagsEx(fp, filename, enc, g, start, ps1, in PyParser_ParseFileFlags()192 PyParser_ParseFileFlagsEx(FILE *fp, const char *filename, in PyParser_ParseFileFlagsEx() function