Searched refs:ste_new (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | symtable.c | 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() function 856 st->st_cur = ste_new(st, name, block, ast, lineno); in symtable_enter_block()
|
/external/python/cpython3/Python/ |
D | symtable.c | 59 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() function 985 ste = ste_new(st, name, block, ast, lineno, col_offset, end_lineno, end_col_offset); in symtable_enter_block()
|