Searched refs:c_st (Results 1 – 2 of 2) sorted by relevance
137 struct symtable *c_st; member285 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()
153 struct symtable *c_st; member342 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()