Home
last modified time | relevance | path

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

/third_party/python/Python/
H A 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()
254 st->st_cur = NULL; in symtable_new()
314 st->st_top = st->st_cur; in _PySymtable_Build()
956 st->st_cur = NULL; in symtable_exit_block()
962 st->st_cur = (PySTEntryObject *)PyList_GET_ITEM(st->st_stack, size - 1); in symtable_exit_block()
981 prev = st->st_cur; in symtable_enter_block()
989 /* The entry is owned by the stack. Borrow it for st_cur. */ in symtable_enter_block()
991 st->st_cur in symtable_enter_block()
[all...]
/third_party/python/Include/internal/
H A Dpycore_symtable.h28 struct _symtable_entry *st_cur; /* current symbol table entry */ member

Completed in 3 milliseconds