Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h72 int ste_end_col_offset; /* end offset of first line of block */ member
/third_party/python/Python/
Dsymtable.c56 (x)->ste_lineno, (x)->ste_col_offset, (x)->ste_end_lineno, (x)->ste_end_col_offset
96 ste->ste_end_col_offset = end_col_offset; in ste_new()