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

/external/python/cpython2/Python/
H A Dsymtable.c21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, function
813 /* symtable_enter_block() gets a reference via ste_new.
850 st->st_cur = ste_new(st, name, block, ast, lineno);
/external/python/cpython3/Python/
H A Dsymtable.c29 ste_new(struct symtable *st, identifier name, _Py_block_ty block, function
915 /* symtable_enter_block() gets a reference via ste_new.
942 ste = ste_new(st, name, block, ast, lineno, col_offset);

Completed in 119 milliseconds