Searched refs:u_ste (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 98 PySTEntryObject *u_ste; member 452 Py_CLEAR(u->u_ste); in compiler_unit_free() 477 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope() 478 if (!u->u_ste) { in compiler_enter_scope() 484 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope() 485 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope() 491 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS, in compiler_enter_scope() 1225 int scope = PyST_GetScope(c->u->u_ste, name); in get_ref_type() 1233 PyString_AS_STRING(PyObject_Repr(c->u->u_ste->ste_id)), in get_ref_type() 1235 PyString_AS_STRING(PyObject_Repr(c->u->u_ste->ste_symbols)), in get_ref_type() [all …]
|