Home
last modified time | relevance | path

Searched refs:st_top (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h29 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/third_party/python/Modules/
Dsymtablemodule.c59 t = (PyObject *)st->st_top; in _symtable_symtable_impl()
/third_party/python/Python/
Dsymtable.c321 st->st_top = st->st_cur; in _PySymtable_Build()
951 r = analyze_block(st->st_top, NULL, free, global); in symtable_analyze()