Searched refs:st_cur (Results 1 – 5 of 5) sorted by relevance
67 if (st->st_cur != NULL && in ste_new()68 (st->st_cur->ste_nested || in ste_new()69 st->st_cur->ste_type == FunctionBlock)) in ste_new()212 st->st_cur = NULL; in symtable_new()237 st->st_top = st->st_cur; in PySymtable_Build()238 st->st_cur->ste_unoptimized = OPT_TOPLEVEL; in PySymtable_Build()804 lineno = st->st_cur->ste_lineno; in symtable_warn()829 Py_CLEAR(st->st_cur); in symtable_exit_block()832 st->st_cur = (PySTEntryObject *)PyList_GET_ITEM(st->st_stack, in symtable_exit_block()834 if (st->st_cur == NULL) in symtable_exit_block()[all …]
98 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 …]
15 struct _symtable_entry *st_cur; /* current symbol table entry */ member
28 struct _symtable_entry *st_cur; /* current symbol table entry */ member
18190 …<var-decl name='st_cur' type-id='type-id-827' visibility='default' filepath='./Include/internal/py…