Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h70 int ste_col_offset; /* 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
94 ste->ste_col_offset = col_offset; in ste_new()