Home
last modified time | relevance | path

Searched refs:st_top (Results 1 – 7 of 7) 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/cpython3/Include/internal/
Dpycore_symtable.h29 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/external/python/cpython3/Modules/
Dsymtablemodule.c59 t = (PyObject *)st->st_top; in _symtable_symtable_impl()
/external/python/cpython2/Python/
Dsymtable.c237 st->st_top = st->st_cur; in PySymtable_Build()
793 r = analyze_block(st->st_top, NULL, free, global); in symtable_analyze()
/external/python/cpython3/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()
/external/python/cpython3/Doc/data/
Dpython3.10.abi18193 …<var-decl name='st_top' type-id='type-id-827' visibility='default' filepath='./Include/internal/py…