Searched refs:PyPARSE_BARRY_AS_BDFL (Results 1 – 5 of 5) sorted by relevance
36 #define PyPARSE_BARRY_AS_BDFL 0x0020 macro
23 #define PyPARSE_BARRY_AS_BDFL 0x0020 macro
70 if (p->flags & PyPARSE_BARRY_AS_BDFL && strcmp(tok_str, "<>") != 0) { in _PyPegen_check_barry_as_flufl()74 if (!(p->flags & PyPARSE_BARRY_AS_BDFL)) { in _PyPegen_check_barry_as_flufl()1043 parser_flags |= PyPARSE_BARRY_AS_BDFL; in compute_parser_flags()
238 if (*flags & PyPARSE_BARRY_AS_BDFL) in parsetok()
162 parser_flags |= PyPARSE_BARRY_AS_BDFL; in PARSER_FLAGS()