Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dparsetok.c40 int iflags = flags; in PyParser_ParseStringFlagsFilename() local
42 err_ret, &iflags); in PyParser_ParseStringFlagsFilename()
83 int iflags = flags; in PyParser_ParseFileFlags() local
84 return PyParser_ParseFileFlagsEx(fp, filename, g, start, ps1, ps2, err_ret, &iflags); in PyParser_ParseFileFlags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dparsetok.c49 int iflags = flags; in PyParser_ParseStringFlagsFilename() local
51 err_ret, &iflags); in PyParser_ParseStringFlagsFilename()
92 int iflags = flags; in PyParser_ParseFileFlags() local
93 return PyParser_ParseFileFlagsEx(fp, filename, g, start, ps1, ps2, err_ret, &iflags); in PyParser_ParseFileFlags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1438 int iflags = PARSER_FLAGS(flags); in PyParser_ASTFromString() local
1442 &iflags); in PyParser_ASTFromString()
1448 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromString()
1467 int iflags = PARSER_FLAGS(flags); in PyParser_ASTFromFile() local
1470 start, ps1, ps2, &err, &iflags); in PyParser_ASTFromFile()
1476 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1463 int iflags = PARSER_FLAGS(flags); in PyParser_ASTFromString() local
1467 &iflags); in PyParser_ASTFromString()
1473 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromString()
1492 int iflags = PARSER_FLAGS(flags); in PyParser_ASTFromFile() local
1495 start, ps1, ps2, &err, &iflags); in PyParser_ASTFromFile()
1501 flags->cf_flags |= iflags & PyCF_MASK; in PyParser_ASTFromFile()