Home
last modified time | relevance | path

Searched refs:PyPARSE_DONT_IMPLY_DEDENT (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dparsetok.h24 #define PyPARSE_DONT_IMPLY_DEDENT 0x0002 macro
/external/python/cpython3/Include/
Dparsetok.h27 #define PyPARSE_DONT_IMPLY_DEDENT 0x0002 macro
/external/python/cpython2/Parser/
Dparsetok.c171 !(*flags & PyPARSE_DONT_IMPLY_DEDENT)) in parsetok()
/external/python/cpython3/Parser/pegen/
Dpegen.h14 #define PyPARSE_DONT_IMPLY_DEDENT 0x0002 macro
Dpegen.c607 if (p->tok->indent && !(p->flags & PyPARSE_DONT_IMPLY_DEDENT)) { in _PyPegen_fill_token()
1037 parser_flags |= PyPARSE_DONT_IMPLY_DEDENT; in compute_parser_flags()
/external/python/cpython3/Parser/
Dparsetok.c324 !(*flags & PyPARSE_DONT_IMPLY_DEDENT)) in parsetok()
/external/python/cpython2/Python/
Dpythonrun.c801 PyPARSE_DONT_IMPLY_DEDENT : 0)) : 0)
807 PyPARSE_DONT_IMPLY_DEDENT : 0) \
/external/python/cpython3/Python/
Dpythonrun.c158 parser_flags |= PyPARSE_DONT_IMPLY_DEDENT; in PARSER_FLAGS()
172 PyPARSE_DONT_IMPLY_DEDENT : 0) \