Searched refs:st_top (Results 1 – 6 of 6) sorted by relevance
16 struct _symtable_entry *st_top; /* module entry */ member
23 struct _symtable_entry *st_top; /* symbol table entry for module */ member
36 t = (PyObject *)st->st_top; in symtable_symtable()
62 t = (PyObject *)st->st_top; in _symtable_symtable_impl()
237 st->st_top = st->st_cur; in PySymtable_Build()793 r = analyze_block(st->st_top, NULL, free, global); in symtable_analyze()
300 st->st_top = st->st_cur; in PySymtable_BuildObject()940 r = analyze_block(st->st_top, NULL, free, global); in symtable_analyze()