Lines Matching refs:ste_symbols
80 ste->ste_symbols = NULL;
111 ste->ste_symbols = PyDict_New();
114 if (ste->ste_symbols == NULL
142 Py_XDECREF(ste->ste_symbols);
154 {"symbols", T_OBJECT, OFF(ste_symbols), READONLY},
397 PyObject *v = PyDict_GetItemWithError(ste->ste_symbols, name);
622 /* Enter the final scope information into the ste_symbols dict.
796 while (PyDict_Next(ste->ste_symbols, &pos, &name, &v)) {
864 if (!update_symbols(ste->ste_symbols, scopes, bound, newfree,
1001 st->st_global = st->st_cur->ste_symbols;
1034 dict = ste->ste_symbols;
1259 && (st->st_cur->ste_symbols != st->st_global)