Lines Matching refs:PySTEntryObject
20 static PySTEntryObject *
24 PySTEntryObject *ste = NULL; in ste_new()
30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
85 ste_repr(PySTEntryObject *ste) in ste_repr()
97 ste_dealloc(PySTEntryObject *ste) in ste_dealloc()
108 #define OFF(x) offsetof(PySTEntryObject, x)
126 sizeof(PySTEntryObject),
286 PySTEntryObject *
305 return (PySTEntryObject *)v; in PySymtable_Lookup()
309 PyST_GetScope(PySTEntryObject *ste, PyObject *name) in PyST_GetScope()
375 analyze_name(PySTEntryObject *ste, PyObject *dict, PyObject *name, long flags, in analyze_name()
484 check_unoptimized(const PySTEntryObject* ste) { in check_unoptimized()
620 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
624 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block()
700 PySTEntryObject* entry; in analyze_block()
702 entry = (PySTEntryObject*)c; in analyze_block()
736 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free, in analyze_child_block()
832 st->st_cur = (PySTEntryObject *)PyList_GET_ITEM(st->st_stack, in symtable_exit_block()
847 PySTEntryObject *prev = NULL; in symtable_enter_block()