Home
last modified time | relevance | path

Searched refs:st_cur (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dsymtable.c98 if (st->st_cur != NULL && in ste_new()
99 (st->st_cur->ste_nested || in ste_new()
100 st->st_cur->ste_type == FunctionBlock)) in ste_new()
261 st->st_cur = NULL; in symtable_new()
321 st->st_top = st->st_cur; in _PySymtable_Build()
967 st->st_cur = NULL; in symtable_exit_block()
973 st->st_cur = (PySTEntryObject *)PyList_GET_ITEM(st->st_stack, size - 1); in symtable_exit_block()
992 prev = st->st_cur; in symtable_enter_block()
1002 st->st_cur = ste; in symtable_enter_block()
1012 st->st_global = st->st_cur->ste_symbols; in symtable_enter_block()
[all …]
/third_party/python/Include/internal/
Dpycore_symtable.h28 struct _symtable_entry *st_cur; /* current symbol table entry */ member