Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h16 struct _symtable_entry *st_top; /* module entry */ member
/external/python/cpython2/Modules/
Dsymtablemodule.c36 t = (PyObject *)st->st_top; in symtable_symtable()
/external/python/cpython2/Python/
Dsymtable.c235 st->st_top = st->st_cur; in PySymtable_Build()
791 r = analyze_block(st->st_top, NULL, free, global); in symtable_analyze()