Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h71 int ste_end_lineno; /* end 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
95 ste->ste_end_lineno = end_lineno; in ste_new()