Home
last modified time | relevance | path

Searched refs:c_st (Results 1 – 1 of 1) 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()