Lines Matching defs:entry
131 return PyUnicode_FromFormat("<symtable entry %U(%ld), line %d>",
165 "symtable entry",
387 "unknown symbol table entry");
496 about the new name. For example, a new global will add an entry to
717 ste -- current symtable entry (input/output)
735 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
842 PySTEntryObject* entry;
844 entry = (PySTEntryObject*)c;
845 if (!analyze_child_block(entry, newbound, newfree, newglobal,
849 if (entry->ste_free || entry->ste_child_free)
863 /* Records the results of the analysis in the symbol table entry */
886 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
909 if (!analyze_block(entry, temp_bound, temp_free, temp_global))
989 /* The entry is owned by the stack. Borrow it for st_cur. */
1508 /* If we find a FunctionBlock entry, add as GLOBAL/LOCAL or NONLOCAL/LOCAL */
1523 /* If we find a ModuleBlock entry, add as GLOBAL */