Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c137 struct symtable *c_st; member
285 c.c_st = PySymtable_Build(mod, filename, c.c_future); in PyAST_Compile()
286 if (c.c_st == NULL) { in PyAST_Compile()
318 if (c->c_st) in compiler_free()
319 PySymtable_Free(c->c_st); in compiler_free()
477 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()
/external/python/cpython3/Python/
Dcompile.c153 struct symtable *c_st; member
342 c.c_st = PySymtable_BuildObject(mod, filename, c.c_future); in PyAST_CompileObject()
343 if (c.c_st == NULL) { in PyAST_CompileObject()
390 if (c->c_st) in compiler_free()
391 PySymtable_Free(c->c_st); in compiler_free()
556 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()