Home
last modified time | relevance | path

Searched refs:ste_lineno (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dsymtable.h43 int ste_lineno; /* first line of block */ member
/external/python/cpython3/Include/internal/
Dpycore_symtable.h69 int ste_lineno; /* first line of block */ member
/external/python/cpython2/Python/
Dsymtable.c65 ste->ste_lineno = lineno; in ste_new()
92 PyInt_AS_LONG(ste->ste_id), ste->ste_lineno); in ste_repr()
119 {"lineno", T_INT, OFF(ste_lineno), READONLY},
385 ste->ste_lineno); in analyze_name()
804 lineno = st->st_cur->ste_lineno; in symtable_warn()
902 st->st_cur->ste_lineno); in symtable_add_def()
1340 st->st_cur->ste_lineno); in symtable_visit_params()
/external/python/cpython3/Python/
Dsymtable.c56 (x)->ste_lineno, (x)->ste_col_offset, (x)->ste_end_lineno, (x)->ste_end_col_offset
93 ste->ste_lineno = lineno; in ste_new()
133 PyLong_AS_LONG(ste->ste_id), ste->ste_lineno); in ste_repr()
159 {"lineno", T_INT, OFF(ste_lineno), READONLY},
/external/python/cpython3/Doc/data/
Dpython3.10.abi18147 …<var-decl name='ste_lineno' type-id='type-id-9' visibility='default' filepath='./Include/internal/…