Home
last modified time | relevance | path

Searched refs:c_nestlevel (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c142 int c_nestlevel; member
283 c.c_nestlevel = 0; in PyAST_Compile()
530 c->c_nestlevel++; in compiler_enter_scope()
543 c->c_nestlevel--; in compiler_exit_scope()
2165 if (c->c_interactive && c->c_nestlevel <= 1) { in compiler_visit_stmt()
/external/python/cpython3/Python/
Dcompile.c159 int c_nestlevel; member
336 c.c_nestlevel = 0; in PyAST_CompileObject()
634 c->c_nestlevel++; in compiler_enter_scope()
655 c->c_nestlevel--; in compiler_exit_scope()
2953 if (c->c_interactive && c->c_nestlevel <= 1) { in compiler_visit_stmt_expr()