Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsymtable.h64 int ste_col_offset; /* offset of first line of block */ member
/external/python/cpython3/Python/
Dsymtable.c81 ste->ste_col_offset = col_offset; in ste_new()
1031 ste->ste_col_offset + 1); in symtable_add_def_helper()
1053 ste->ste_col_offset + 1); in symtable_add_def_helper()
1814 int col_offset = st->st_cur->ste_col_offset; in symtable_visit_alias()
1897 st->st_cur->ste_col_offset + 1); in symtable_handle_comprehension()