Searched refs:with_item (Results 1 – 9 of 9) sorted by relevance
74 with_stmt: 'with' with_item (',' with_item)* ':' suite75 with_item: test ['as' expr]
45 #define with_item 298 macro
94 with_stmt: 'with' with_item (',' with_item)* ':' suite95 with_item: test ['as' expr]
55 with_item = 298 variable
2632 int ok = (validate_ntype(tree, with_item) in validate_with_item()
2661 int ok = (validate_ntype(tree, with_item) in validate_with_item()
3128 REQ(n, with_item); in ast_for_with_item()
3145 REQ(n, with_item); in ast_for_with_item()